Skip to content

Commit 1fbf951

Browse files
authored
Update trunk.yml (#16216)
Enable runner test with phi4 since D83641294 landed
1 parent 04e3a6f commit 1fbf951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ jobs:
662662
663663
pip install -U "huggingface_hub[cli]<1.0"
664664
665-
bash .ci/scripts/test_torchao_huggingface_checkpoints.sh ${{ matrix.model }} ${{ matrix.model != 'phi_4_mini' && '--test_with_runner' || '' }} ${{ matrix.backend == 'torchao' && '--use_torchao_kernels' || '' }}
665+
bash .ci/scripts/test_torchao_huggingface_checkpoints.sh ${{ matrix.model }} --test_with_runner ${{ matrix.backend == 'torchao' && '--use_torchao_kernels' || '' }}
666666
667667
test-multimodal-macos:
668668
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)