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 ca4febf commit f03fb80Copy full SHA for f03fb80
.github/workflows/gh-build-docs.yml
@@ -11,7 +11,7 @@ jobs:
11
# The build stage could fail but we want the CI to keep moving.
12
if: ${{ github.repository_owner == 'nvidia' && always() }}
13
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326)
14
- runs-on: linux-amd64-gpu-p100-latest-1
+ runs-on: linux-amd64-gpu-t4-latest-1-testing
15
#runs-on: ubuntu-latest
16
defaults:
17
run:
0 commit comments