Commit afb3ffe
committed
Fix PyTorch sentiment Dataflow inference device and CLI args
Parse --device and --input_file in the example, stop injecting --device into Beam pipeline args, and default inference to CPU. Drop T4 worker_accelerator from the streaming load-test options so CPU jobs do not request GPUs.
Made-with: Cursor1 parent a1f260b commit afb3ffe
2 files changed
Lines changed: 11 additions & 5 deletions
File tree
- .github/workflows/load-tests-pipeline-options
- sdks/python/apache_beam/examples/inference
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
| |||
183 | 192 | | |
184 | 193 | | |
185 | 194 | | |
186 | | - | |
187 | | - | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| |||
238 | 245 | | |
239 | 246 | | |
240 | 247 | | |
241 | | - | |
| 248 | + | |
242 | 249 | | |
243 | 250 | | |
244 | 251 | | |
| |||
0 commit comments