mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
ci: Remove CUDA 11.1 binary builds
These builds weren't advertised on our websites and we've confirmed that CUDA 11.3 binaries are forwards compatible with CUDA 11.1 drivers. Signed-off-by: Eli Uriegas <eliuriegasfb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/73376
This commit is contained in:
committed by
PyTorch MergeBot
parent
c3d79ac422
commit
67cb0f2a03
@ -13,7 +13,7 @@ architectures:
|
||||
from typing import Dict, List, Tuple
|
||||
|
||||
|
||||
CUDA_ARCHES = ["10.2", "11.1", "11.3", "11.5"]
|
||||
CUDA_ARCHES = ["10.2", "11.3", "11.5"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["4.3.1", "4.5.2"]
|
||||
|
Reference in New Issue
Block a user