Skip to content

Commit

Permalink
try to use 48xlarge runners for llava-runner and eval_llama-mmlu
Browse files Browse the repository at this point in the history
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: 1648a66a3ed17701b2049481dffeb342d5c6f6c6
ghstack-comment-id: 2634545665
Pull Request resolved: #8181
  • Loading branch information
swolchok committed Feb 4, 2025
1 parent 58c725c commit ed5f09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
strategy:
fail-fast: false
with:
runner: linux.24xlarge
runner: linux.48xlarge
docker-image: executorch-ubuntu-22.04-clang12
submodules: 'true'
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
strategy:
fail-fast: false
with:
runner: linux.24xlarge
runner: linux.48xlarge
docker-image: executorch-ubuntu-22.04-clang12
submodules: 'true'
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit ed5f09a

Please sign in to comment.