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:
220
220
jobs :
221
221
# - main:
222
222
# 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
241
223
- binary_linux_conda :
242
224
context : DOCKERHUB_TOKEN
243
225
cu_version : cu101
@@ -372,24 +354,6 @@ workflows:
372
354
name : linux_conda_py37_cu113_pyt1101
373
355
python_version : ' 3.7'
374
356
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
393
357
- binary_linux_conda :
394
358
context : DOCKERHUB_TOKEN
395
359
cu_version : cu101
Original file line number Diff line number Diff line change 19
19
# version of pytorch.
20
20
# Pytorch 1.4 also supports cuda 10.0 but we no longer build for cuda 10.0 at all.
21
21
CONDA_CUDA_VERSIONS = {
22
- "1.6.0" : ["cu92" , "cu101" , "cu102" ],
23
22
"1.7.0" : ["cu101" , "cu102" , "cu110" ],
24
23
"1.7.1" : ["cu101" , "cu102" , "cu110" ],
25
24
"1.8.0" : ["cu101" , "cu102" , "cu111" ],
You can’t perform that action at this time.
0 commit comments