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 38
38
# The build stage could fail but we want the CI to keep moving.
39
39
if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
40
40
# 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
42
42
# runs-on: ubuntu-latest
43
43
defaults :
44
44
run :
Original file line number Diff line number Diff line change 28
28
if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
29
29
runs-on : ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
30
30
(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') }}
32
32
# Our self-hosted runners require a container
33
33
# TODO: use a different (nvidia?) container
34
34
container :
You can’t perform that action at this time.
0 commit comments