File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
153
153
sudo systemctl restart docker
154
154
155
- DRIVER_FN="NVIDIA-Linux-x86_64-410.104 .run"
155
+ DRIVER_FN="NVIDIA-Linux-x86_64-440.59 .run"
156
156
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
157
157
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
158
158
nvidia-smi
@@ -498,9 +498,9 @@ workflows:
498
498
python_version : ' 3.8'
499
499
wheel_docker_image : pytorch/manylinux-cuda102
500
500
- 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 "
504
504
- binary_win_conda :
505
505
name : torchvision_win_py3.6_cpu
506
506
python_version : " 3.6"
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit=${NVIDIA_CONTAINER_VERSION}
153
153
sudo systemctl restart docker
154
154
155
- DRIVER_FN="NVIDIA-Linux-x86_64-410.104 .run"
155
+ DRIVER_FN="NVIDIA-Linux-x86_64-440.59 .run"
156
156
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
157
157
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
158
158
nvidia-smi
@@ -300,9 +300,9 @@ workflows:
300
300
- circleci_consistency
301
301
{{ workflows() }}
302
302
- 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 "
306
306
- binary_win_conda:
307
307
name: torchvision_win_py3.6_cpu
308
308
python_version: "3.6"
You can’t perform that action at this time.
0 commit comments