mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
780e231536
commit
9de627e01b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user