File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,10 @@ workflows:
497
497
name : binary_macos_conda_py3.8_cpu
498
498
python_version : ' 3.8'
499
499
wheel_docker_image : pytorch/manylinux-cuda102
500
+ - binary_linux_conda_cuda :
501
+ name : torchvision_linux_py3.6_cu92_cuda
502
+ python_version : " 3.6"
503
+ cu_version : " cu92"
500
504
- binary_win_conda :
501
505
name : torchvision_win_py3.6_cpu
502
506
python_version : " 3.6"
Original file line number Diff line number Diff line change @@ -299,6 +299,10 @@ workflows:
299
299
jobs:
300
300
- circleci_consistency
301
301
{{ workflows() }}
302
+ - binary_linux_conda_cuda:
303
+ name: torchvision_linux_py3.6_cu92_cuda
304
+ python_version: "3.6"
305
+ cu_version: "cu92"
302
306
- binary_win_conda:
303
307
name: torchvision_win_py3.6_cpu
304
308
python_version: "3.6"
You can’t perform that action at this time.
0 commit comments