Skip to content

Commit ed5f09a

Browse files
committed
try to use 48xlarge runners for llava-runner and eval_llama-mmlu
These jobs are timing out. I found big gaps in the timestamps of the logs even before the blame PR, which to me suggests swapping. Let's try bigger runner and see what happens on this PR. Fixes #8180 (if it lands) ghstack-source-id: 1648a66 ghstack-comment-id: 2634545665 Pull Request resolved: #8181
1 parent 58c725c commit ed5f09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
strategy:
209209
fail-fast: false
210210
with:
211-
runner: linux.24xlarge
211+
runner: linux.48xlarge
212212
docker-image: executorch-ubuntu-22.04-clang12
213213
submodules: 'true'
214214
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -531,7 +531,7 @@ jobs:
531531
strategy:
532532
fail-fast: false
533533
with:
534-
runner: linux.24xlarge
534+
runner: linux.48xlarge
535535
docker-image: executorch-ubuntu-22.04-clang12
536536
submodules: 'true'
537537
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)