Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,10 @@ jobs:
--tsv_path ${TSV_PATH}
echo "::endgroup::"

test-huggingface-transformers-coreml:
test-huggingface-transformers-macos:
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
if: ${{ !github.event.pull_request.head.repo.fork }}
name: test-huggingface-transformers-coreml
name: test-huggingface-transformers-macos
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
permissions:
id-token: write
Expand All @@ -844,10 +844,10 @@ jobs:
# phi4-mini|xnnpack|--quantize,
# smollm2-135m|xnnpack|--quantize,
# smollm3-3b|xnnpack|--quantize,
# qwen3-1.7b|xnnpack|--quantize,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list is growing, so sooner or later we have to debug :)

# CoreML.
llama3.2-1b|coreml_fp32_gpu|--quantize,
qwen3-0.6b|coreml_fp32_gpu|--quantize,
qwen3-1.7b|xnnpack|--quantize,
smollm2-135m|coreml_fp32_gpu|--quantize,
olmo-1b|coreml_fp32_gpu|--quantize,
bert|coreml_fp32_gpu|--quantize,
Expand Down
Loading