We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d0651 commit d9178cbCopy full SHA for d9178cb
.github/workflows/test-wheel-linux.yml
@@ -28,7 +28,6 @@ jobs:
28
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
29
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
30
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31
- (inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
32
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
33
# Our self-hosted runners require a container
34
# TODO: use a different (nvidia?) container
0 commit comments