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 09501c4 commit 7e0818fCopy full SHA for 7e0818f
.circleci/config.yml
@@ -97,7 +97,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
97
sudo pip -q install awscli==1.16.35
98
99
if [ -n "${CUDA_VERSION}" ]; then
100
- DRIVER_FN="NVIDIA-Linux-x86_64-410.104.run"
+ DRIVER_FN="NVIDIA-Linux-x86_64-430.40.run"
101
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
102
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
103
nvidia-smi
0 commit comments