File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments