mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-22 22:25:10 +08:00
Remove 11.5 experimental builds now that we have 11.6
CUDA 11.5 was experimental, but now that we are hoping to jump to 11.6, we don't need to keep 11.5 around. Pull Request resolved: https://github.com/pytorch/pytorch/pull/75749 Approved by: https://github.com/seemethere
This commit is contained in:
committed by
PyTorch MergeBot
parent
fa6e3cf0be
commit
5d059d20ad
@ -13,7 +13,7 @@ architectures:
|
||||
from typing import Dict, List, Tuple, Optional
|
||||
|
||||
|
||||
CUDA_ARCHES = ["10.2", "11.3", "11.5", "11.6"]
|
||||
CUDA_ARCHES = ["10.2", "11.3", "11.6"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["4.5.2", "5.0"]
|
||||
|
Reference in New Issue
Block a user