Skip to content

Commit 2d6c2ef

Browse files
authored
Change runner to linux.24xlarge.memory in workflow (#16834)
Found this runner option in pytorch/test-infra. Let's see if it helps with the segfault similar to https://github.com/pytorch/executorch/actions/runs/21274414400/job/61231179223
1 parent 849b733 commit 2d6c2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
model: ["gemma3-4b"] # llava gives segfault so not covering.
302302
with:
303303
secrets-env: EXECUTORCH_HF_TOKEN
304-
runner: linux.24xlarge
304+
runner: linux.24xlarge.memory
305305
docker-image: ci-image:executorch-ubuntu-22.04-clang12
306306
submodules: 'recursive'
307307
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)