Skip to content

Commit 5bef02b

Browse files
committed
update runners
1 parent 8537dd7 commit 5bef02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
matrix:
282282
include:
283283
- name: "jax-single-gpu"
284-
runner: ${{ inputs.ARCHITECTURE == 'amd64' && 'nv-gpu-amd64-a100-1gpu' || 'nv-gpu-arm64-a100-1gpu'}}
284+
runner: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-gpu-a100-latest-1' || 'linux-arm64-gpu-a100-latest-1'}}
285285
command: |
286286
# backend ind
287287
docker run -i --shm-size=1g --gpus all ${{ needs.build-jax.outputs.DOCKER_TAG_FINAL }} \
@@ -295,7 +295,7 @@ jobs:
295295
test-jax.sh -b single-gpu
296296
EOF
297297
- name: "jax-multi-gpu"
298-
runner: ${{ inputs.ARCHITECTURE == 'amd64' && 'nv-gpu-amd64-h100-2gpu' || 'nv-gpu-arm64-h100-2gpu'}}
298+
runner: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-gpu-h100-latest-2' || 'linux-arm64-gpu-h100-latest-2}}
299299
command: |
300300
docker run -i --shm-size=1g --gpus all ${{ needs.build-jax.outputs.DOCKER_TAG_FINAL }} \
301301
bash <<"EOF" |& tee test-multi-gpu.log

0 commit comments

Comments
 (0)