File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -322,16 +322,16 @@ CHECKPOINT_PATH="$1"
322
322
TARGET_DEVICE=" ${2:- cpu} "
323
323
PROMPT=" Hello, my name is"
324
324
325
+ DTYPES=" ${3:- default} "
325
326
326
- if [ " $# " -gt 2 ]; then
327
+ if [ " $# " -gt 3 ]; then
327
328
# Additional arguments provided
328
329
for arg in " ${@: 3} " ; do
329
330
case " $arg " in
330
331
" compile" )
331
332
run_compile || exit 1
332
333
;;
333
334
" aoti" )
334
- DTYPES=" ${4:- default} "
335
335
run_aoti || exit 1
336
336
;;
337
337
" executorch" )
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
186
186
test-gpu-aoti-bfloat16 :
187
187
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
188
- name : test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }})
188
+ name : test-gpu-aoti-bfloat16 (${{ matrix.platform }}, ${{ matrix.model_name }})
189
189
needs : gather-models-gpu
190
190
timeout : 60
191
191
strategy :
@@ -222,7 +222,7 @@ jobs:
222
222
223
223
test-gpu-aoti-float32 :
224
224
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
225
- name : test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }})
225
+ name : test-gpu-aoti-float32 (${{ matrix.platform }}, ${{ matrix.model_name }})
226
226
needs : gather-models-gpu
227
227
strategy :
228
228
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
@@ -258,7 +258,7 @@ jobs:
258
258
259
259
test-gpu-aoti-float16 :
260
260
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
261
- name : test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }})
261
+ name : test-gpu-aoti-float16 (${{ matrix.platform }}, ${{ matrix.model_name }})
262
262
needs : gather-models-gpu
263
263
strategy :
264
264
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
You can’t perform that action at this time.
0 commit comments