Skip to content

Commit 8769e91

Browse files
committed
make gguf 16 core
1 parent 23f2453 commit 8769e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
JOB_RUNNERS = {
2525
"cpu": {
26-
"16-core-ubuntu": "x86_64",
26+
"8-core-ubuntu": "x86_64",
2727
# "macos-12": "x86_64", # not working for complie and ExecuTorch yet
2828
"macos-14": "aarch64",
2929
},

.github/workflows/et-gguf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run-tinystories:
1212
strategy:
1313
matrix:
14-
runner: [8-core-ubuntu]
14+
runner: [16-core-ubuntu]
1515
runs-on: ${{matrix.runner}}
1616
steps:
1717
- name: Checkout repo

0 commit comments

Comments
 (0)