Skip to content

Commit

Permalink
.cirlceci: Bump NVIDIA driver, CUDA version, Python Version (#2051)
Browse files Browse the repository at this point in the history
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 <eliuriegas@fb.com>
  • Loading branch information
seemethere authored Apr 2, 2020
1 parent c732dfe commit 979bb72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
sudo systemctl restart docker
DRIVER_FN="NVIDIA-Linux-x86_64-410.104.run"
DRIVER_FN="NVIDIA-Linux-x86_64-440.59.run"
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
nvidia-smi
Expand Down Expand Up @@ -498,9 +498,9 @@ workflows:
python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda_cuda:
name: torchvision_linux_py3.6_cu92_cuda
python_version: "3.6"
cu_version: "cu92"
name: torchvision_linux_py3.8_cu102_cuda
python_version: "3.8"
cu_version: "cu102"
- binary_win_conda:
name: torchvision_win_py3.6_cpu
python_version: "3.6"
Expand Down
8 changes: 4 additions & 4 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
sudo systemctl restart docker

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

0 comments on commit 979bb72

Please sign in to comment.