mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
remove CUDA 11.7 builds (#103904)
CC @atalman @malfet Pull Request resolved: https://github.com/pytorch/pytorch/pull/103904 Approved by: https://github.com/malfet, https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
17ef983516
commit
72f09faf10
@ -13,7 +13,7 @@ architectures:
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
|
||||
CUDA_ARCHES = ["11.7", "11.8", "12.1"]
|
||||
CUDA_ARCHES = ["11.8", "12.1"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["5.4.2", "5.5"]
|
||||
|
Reference in New Issue
Block a user