File tree Expand file tree Collapse file tree 2 files changed +0
-37
lines changed Expand file tree Collapse file tree 2 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -220,24 +220,6 @@ workflows:
220220 jobs :
221221 # - main:
222222 # context: DOCKERHUB_TOKEN
223- - binary_linux_conda :
224- context : DOCKERHUB_TOKEN
225- cu_version : cu92
226- name : linux_conda_py37_cu92_pyt160
227- python_version : ' 3.7'
228- pytorch_version : 1.6.0
229- - binary_linux_conda :
230- context : DOCKERHUB_TOKEN
231- cu_version : cu101
232- name : linux_conda_py37_cu101_pyt160
233- python_version : ' 3.7'
234- pytorch_version : 1.6.0
235- - binary_linux_conda :
236- context : DOCKERHUB_TOKEN
237- cu_version : cu102
238- name : linux_conda_py37_cu102_pyt160
239- python_version : ' 3.7'
240- pytorch_version : 1.6.0
241223 - binary_linux_conda :
242224 context : DOCKERHUB_TOKEN
243225 cu_version : cu101
@@ -372,24 +354,6 @@ workflows:
372354 name : linux_conda_py37_cu113_pyt1101
373355 python_version : ' 3.7'
374356 pytorch_version : 1.10.1
375- - binary_linux_conda :
376- context : DOCKERHUB_TOKEN
377- cu_version : cu92
378- name : linux_conda_py38_cu92_pyt160
379- python_version : ' 3.8'
380- pytorch_version : 1.6.0
381- - binary_linux_conda :
382- context : DOCKERHUB_TOKEN
383- cu_version : cu101
384- name : linux_conda_py38_cu101_pyt160
385- python_version : ' 3.8'
386- pytorch_version : 1.6.0
387- - binary_linux_conda :
388- context : DOCKERHUB_TOKEN
389- cu_version : cu102
390- name : linux_conda_py38_cu102_pyt160
391- python_version : ' 3.8'
392- pytorch_version : 1.6.0
393357 - binary_linux_conda :
394358 context : DOCKERHUB_TOKEN
395359 cu_version : cu101
Original file line number Diff line number Diff line change 1919# version of pytorch.
2020# Pytorch 1.4 also supports cuda 10.0 but we no longer build for cuda 10.0 at all.
2121CONDA_CUDA_VERSIONS = {
22- "1.6.0" : ["cu92" , "cu101" , "cu102" ],
2322 "1.7.0" : ["cu101" , "cu102" , "cu110" ],
2423 "1.7.1" : ["cu101" , "cu102" , "cu110" ],
2524 "1.8.0" : ["cu101" , "cu102" , "cu111" ],
You can’t perform that action at this time.
0 commit comments