Skip to content

Commit 54a5989

Browse files
committed
Move MacOS jobs (phi-4-mini, qwen2_5) etc to Arm64
1 parent 718aa6f commit 54a5989

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/trunk.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
2424
strategy:
2525
matrix:
26+
# Mac runners are expensive and limited, and non reliable.
27+
# Do some basic testing for macos jobs, and rely mostly on
28+
# test-models-linux-aarch64 job instead.
2629
model: [emformer_join, ic4, llama2, mobilebert, mv3, resnet50, vit, w2l]
2730
backend: [xnnpack-quantization-delegation]
2831
include:
@@ -34,10 +37,6 @@ jobs:
3437
backend: portable
3538
- model: mv3
3639
backend: portable
37-
- model: phi-4-mini
38-
backend: portable
39-
- model: qwen2_5
40-
backend: portable
4140
fail-fast: false
4241
with:
4342
runner: macos-m1-stable
@@ -73,6 +72,12 @@ jobs:
7372
backend: portable
7473
- model: softmax
7574
backend: portable
75+
- model: phi-4-mini
76+
backend: portable
77+
- model: qwen2_5
78+
backend: portable
79+
- model: llama3_2_vision_encoder
80+
backend: portable
7681
fail-fast: false
7782
with:
7883
runner: linux.arm64.2xlarge

0 commit comments

Comments
 (0)