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 4294805 commit 0383ad0Copy full SHA for 0383ad0
.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: [8-core-ubuntu]
+ runner: [16-core-ubuntu]
186
runs-on: ${{matrix.runner}}
187
steps:
188
- name: Checkout repo
0 commit comments