mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
require pytorch 2.0+
Summary: Problems with timeouts on old builds. Reviewed By: MichaelRamamonjisoa Differential Revision: D58819435 fbshipit-source-id: e1976534a102ad3841f3b297c772e916aeea12cb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
51d7c06ddd
commit
7980854d44
@@ -19,10 +19,6 @@ from packaging import version
|
||||
# The CUDA versions which have pytorch conda packages available for linux for each
|
||||
# version of pytorch.
|
||||
CONDA_CUDA_VERSIONS = {
|
||||
"1.12.0": ["cu113", "cu116"],
|
||||
"1.12.1": ["cu113", "cu116"],
|
||||
"1.13.0": ["cu116", "cu117"],
|
||||
"1.13.1": ["cu116", "cu117"],
|
||||
"2.0.0": ["cu117", "cu118"],
|
||||
"2.0.1": ["cu117", "cu118"],
|
||||
"2.1.0": ["cu118", "cu121"],
|
||||
|
||||
Reference in New Issue
Block a user