mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
No more cuda 10.0 builds
Summary: Latest pytorch doesn't support cuda 10.0 and now its pytorch/conda-cuda docker image doesn't include it either. Here we remove the pytorch3d builds which use cuda 10.0. Reviewed By: nikhilaravi Differential Revision: D22999392 fbshipit-source-id: c834477fc7c812c2d0594dccd9e9471e33a4ec5e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5d9444307f
commit
c122ccb13c
@@ -207,10 +207,10 @@ workflows:
|
||||
- main
|
||||
{{workflows()}}
|
||||
- binary_linux_conda_cuda:
|
||||
name: testrun_conda_cuda_py37_cu100_pyt14
|
||||
name: testrun_conda_cuda_py37_cu101_pyt14
|
||||
python_version: "3.7"
|
||||
pytorch_version: "1.4"
|
||||
cu_version: "cu100"
|
||||
cu_version: "cu101"
|
||||
- binary_linux_conda_cuda:
|
||||
name: testrun_conda_cuda_py37_cu102_pyt160
|
||||
python_version: "3.7"
|
||||
|
||||
Reference in New Issue
Block a user