File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -823,10 +823,10 @@ jobs:
823823 --tsv_path ${TSV_PATH}
824824 echo "::endgroup::"
825825
826- test-huggingface-transformers-coreml :
826+ test-huggingface-transformers-macos :
827827 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
828828 if : ${{ !github.event.pull_request.head.repo.fork }}
829- name : test-huggingface-transformers-coreml
829+ name : test-huggingface-transformers-macos
830830 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
831831 permissions :
832832 id-token : write
@@ -844,10 +844,10 @@ jobs:
844844 # phi4-mini|xnnpack|--quantize,
845845 # smollm2-135m|xnnpack|--quantize,
846846 # smollm3-3b|xnnpack|--quantize,
847+ # qwen3-1.7b|xnnpack|--quantize,
847848 # CoreML.
848849 llama3.2-1b|coreml_fp32_gpu|--quantize,
849850 qwen3-0.6b|coreml_fp32_gpu|--quantize,
850- qwen3-1.7b|xnnpack|--quantize,
851851 smollm2-135m|coreml_fp32_gpu|--quantize,
852852 olmo-1b|coreml_fp32_gpu|--quantize,
853853 bert|coreml_fp32_gpu|--quantize,
You can’t perform that action at this time.
0 commit comments