mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
77fa5987b8
commit
6c416b319c
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user