mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
specify full pytorch version for conda nightly builds.
Summary: Now pytorch 1.5.1 is released, pytorch 1.5 is ambiguous and causes problems. Now have specific builds for pytorch 1.5.0 and 1.5.1. Here we only change the conda builds. Reviewed By: gkioxari Differential Revision: D22196016 fbshipit-source-id: 478327e870f538f54d3480d5a268a1ece5c5c680
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2ea6a7d8ad
commit
0baeb05a32
@@ -212,9 +212,9 @@ workflows:
|
||||
pytorch_version: "1.4"
|
||||
cu_version: "cu100"
|
||||
- binary_linux_conda_cuda:
|
||||
name: testrun_conda_cuda_py37_cu102_pyt15
|
||||
name: testrun_conda_cuda_py37_cu102_pyt151
|
||||
python_version: "3.7"
|
||||
pytorch_version: "1.5"
|
||||
pytorch_version: "1.5.1"
|
||||
cu_version: "cu102"
|
||||
- binary_macos_wheel:
|
||||
cu_version: cpu
|
||||
|
||||
Reference in New Issue
Block a user