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:
Jeremy Reizenstein
2020-06-24 03:18:10 -07:00
committed by Facebook GitHub Bot
parent 2ea6a7d8ad
commit 0baeb05a32
3 changed files with 70 additions and 24 deletions

View File

@@ -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