Skip to content

Commit 979bb72

Browse files
authored
.cirlceci: Bump NVIDIA driver, CUDA version, Python Version (#2051)
CUDA 10.2 is compatible with Nvidia drivers >= 440 We should also be testing against the latest version of python wherever possible. Signed-off-by: Eli Uriegas <[email protected]>
1 parent c732dfe commit 979bb72

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
153153
sudo systemctl restart docker
154154
155-
DRIVER_FN="NVIDIA-Linux-x86_64-410.104.run"
155+
DRIVER_FN="NVIDIA-Linux-x86_64-440.59.run"
156156
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
157157
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
158158
nvidia-smi
@@ -498,9 +498,9 @@ workflows:
498498
python_version: '3.8'
499499
wheel_docker_image: pytorch/manylinux-cuda102
500500
- binary_linux_conda_cuda:
501-
name: torchvision_linux_py3.6_cu92_cuda
502-
python_version: "3.6"
503-
cu_version: "cu92"
501+
name: torchvision_linux_py3.8_cu102_cuda
502+
python_version: "3.8"
503+
cu_version: "cu102"
504504
- binary_win_conda:
505505
name: torchvision_win_py3.6_cpu
506506
python_version: "3.6"

.circleci/config.yml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
153153
sudo systemctl restart docker
154154

155-
DRIVER_FN="NVIDIA-Linux-x86_64-410.104.run"
155+
DRIVER_FN="NVIDIA-Linux-x86_64-440.59.run"
156156
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
157157
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
158158
nvidia-smi
@@ -300,9 +300,9 @@ workflows:
300300
- circleci_consistency
301301
{{ workflows() }}
302302
- binary_linux_conda_cuda:
303-
name: torchvision_linux_py3.6_cu92_cuda
304-
python_version: "3.6"
305-
cu_version: "cu92"
303+
name: torchvision_linux_py3.8_cu102_cuda
304+
python_version: "3.8"
305+
cu_version: "cu102"
306306
- binary_win_conda:
307307
name: torchvision_win_py3.6_cpu
308308
python_version: "3.6"

0 commit comments

Comments
 (0)