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 146c62a commit 315bebcCopy full SHA for 315bebc
.ci/scripts/gather_test_models.py
@@ -23,7 +23,7 @@
23
24
JOB_RUNNERS = {
25
"cpu": {
26
- "32-core-ubuntu": "x86_64",
+ "8-core-ubuntu": "x86_64",
27
# "macos-12": "x86_64", # not working for complie and ExecuTorch yet
28
"macos-14": "aarch64",
29
},
.github/workflows/pull.yml
@@ -182,7 +182,7 @@ jobs:
182
test-tinystories-executorch:
183
strategy:
184
matrix:
185
- runner: [32-core-ubuntu]
+ runner: [16-core-ubuntu]
186
runs-on: ${{matrix.runner}}
187
steps:
188
- name: Checkout repo
@@ -707,7 +707,7 @@ jobs:
707
runner-et:
708
709
710
- runner: [macos-14-xlarge]
+ runner: [macos-14-xlarge, 8-core-ubuntu]
711
712
713
0 commit comments