We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e3a6f commit 1fbf951Copy full SHA for 1fbf951
.github/workflows/trunk.yml
@@ -662,7 +662,7 @@ jobs:
662
663
pip install -U "huggingface_hub[cli]<1.0"
664
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' || '' }}
+ bash .ci/scripts/test_torchao_huggingface_checkpoints.sh ${{ matrix.model }} --test_with_runner ${{ matrix.backend == 'torchao' && '--use_torchao_kernels' || '' }}
666
667
test-multimodal-macos:
668
if: ${{ !github.event.pull_request.head.repo.fork }}
0 commit comments