remove PyTorch 1.4 builds

Summary: We won't support PyTorch 1.4 in the next release. PyTorch 1.5.0 came out in June 2020, more than a year ago.

Reviewed By: patricklabatut

Differential Revision: D30424388

fbshipit-source-id: 25499096066c9a2b909a0550394f5210409f0d74
This commit is contained in:
Jeremy Reizenstein
2021-08-23 08:31:52 -07:00
committed by Facebook GitHub Bot
parent 77fa5987b8
commit 6c416b319c
4 changed files with 5 additions and 66 deletions

View File

@@ -19,7 +19,6 @@ import yaml
# version of pytorch.
# Pytorch 1.4 also supports cuda 10.0 but we no longer build for cuda 10.0 at all.
CONDA_CUDA_VERSIONS = {
"1.4": ["cu92", "cu101"],
"1.5.0": ["cu92", "cu101", "cu102"],
"1.5.1": ["cu92", "cu101", "cu102"],
"1.6.0": ["cu92", "cu101", "cu102"],