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
strategy :
191
191
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
@@ -221,7 +221,7 @@ jobs:
221
221
222
222
test-gpu-aoti-float32 :
223
223
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
224
- name : test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }})
224
+ name : test-gpu-aoti-float32 (${{ matrix.platform }}, ${{ matrix.model_name }})
225
225
needs : gather-models-gpu
226
226
strategy :
227
227
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
test-gpu-aoti-float16 :
259
259
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
260
- name : test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }})
260
+ name : test-gpu-aoti-float16 (${{ matrix.platform }}, ${{ matrix.model_name }})
261
261
needs : gather-models-gpu
262
262
strategy :
263
263
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
You can’t perform that action at this time.
0 commit comments