There was an error while loading. Please reload this page.
1 parent 2ed7f84 commit 132bf72Copy full SHA for 132bf72
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -217,6 +217,8 @@ jobs:
217
source "${BUILD_ENV_FILE}"
218
# shellcheck disable=SC2086
219
${CONDA_RUN} ${PIP_INSTALL_TORCH} ${{ inputs.pip-install-torch-extra-args }}
220
+ - name: Install nvidia driver
221
+ uses: pytorch/test-infra/.github/actions/setup-nvidia@main
222
- name: Run Pre-Script with Caching
223
if: ${{ inputs.pre-script != '' }}
224
uses: ./test-infra/.github/actions/run-script-with-cache
0 commit comments