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 2ed7f84 commit ca5f1b0Copy full SHA for ca5f1b0
.github/workflows/build_wheels_linux.yml
@@ -184,6 +184,8 @@ jobs:
184
# When building RC, set the version to be the current candidate version,
185
# otherwise, leave it alone so nightly will pick up the latest
186
echo "PYTORCH_VERSION=${{ matrix.stable_version }}" >> "${GITHUB_ENV}"
187
+ - name: Install nvidia driver
188
+ uses: pytorch/test-infra/.github/actions/setup-nvidia@main
189
- uses: ./test-infra/.github/actions/setup-binary-builds
190
env:
191
PLATFORM: ${{ inputs.architecture == 'aarch64' && 'linux-aarch64' || ''}}
0 commit comments