Skip to content

Commit fddd6a7

Browse files
bottlerfacebook-github-bot
authored andcommitted
drop builds for PyTorch 1.6.0
Summary: PyTorch 1.7.0 was in Oct 2020 and 1.7.1 was in Dec 2020. We shouldn't need older than them, maybe not even 1.7.0. Reviewed By: patricklabatut Differential Revision: D33507967 fbshipit-source-id: d3de09c20c44870cbe5522705f2293acc0e62af3
1 parent 85cdcc2 commit fddd6a7

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff 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

.circleci/regenerate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# version of pytorch.
2020
# Pytorch 1.4 also supports cuda 10.0 but we no longer build for cuda 10.0 at all.
2121
CONDA_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"],

0 commit comments

Comments
 (0)