PyTorch 1.8 builds

Summary: Nightly builds to support PyTorch 1.8.0 and PyTorch 1.8.1.

Reviewed By: patricklabatut

Differential Revision: D29098081

fbshipit-source-id: fc6b36e919892ea41979a03e64a6fc8003528b78
This commit is contained in:
Jeremy Reizenstein
2021-06-14 10:26:44 -07:00
committed by Facebook GitHub Bot
parent 780e231536
commit 9de627e01b
7 changed files with 186 additions and 28 deletions

View File

@@ -191,6 +191,7 @@ jobs:
docker pull $DOCKER_IMAGE
- run:
name: Build and run tests
no_output_timeout: 20m
command: |
set -e
@@ -245,6 +246,12 @@ workflows:
python_version: "3.7"
pytorch_version: '1.7.0'
cu_version: "cu110"
- binary_linux_conda_cuda:
name: testrun_conda_cuda_py39_cu111_pyt181
context: DOCKERHUB_TOKEN
python_version: "3.9"
pytorch_version: '1.8.1'
cu_version: "cu111"
- binary_macos_wheel:
cu_version: cpu
name: macos_wheel_py36_cpu