File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 # The build stage could fail but we want the CI to keep moving.
3939 if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
4040 # WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
41- runs-on : linux-amd64-gpu-t4-latest-1-testing
41+ runs-on : linux-amd64-gpu-t4-latest-1
4242 # runs-on: ubuntu-latest
4343 defaults :
4444 run :
Original file line number Diff line number Diff line change 2828 if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
2929 runs-on : ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
3030 (inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31- (inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1-testing ') }}
31+ (inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
3232 # Our self-hosted runners require a container
3333 # TODO: use a different (nvidia?) container
3434 container :
You can’t perform that action at this time.
0 commit comments