mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Remove cuda 11.6 from nightly (#93979)
Remove cuda 11.6 from CI replace with 11.7 Following the Release readme here: https://github.com/pytorch/pytorch/blob/master/RELEASE.md#release-compatibility-matrix Pull Request resolved: https://github.com/pytorch/pytorch/pull/93979 Approved by: https://github.com/Skylion007, https://github.com/clee2000, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
ee2729890c
commit
2910695942
@ -13,7 +13,7 @@ architectures:
|
||||
from typing import Dict, List, Tuple, Optional
|
||||
|
||||
|
||||
CUDA_ARCHES = ["11.6", "11.7", "11.8"]
|
||||
CUDA_ARCHES = ["11.7", "11.8"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["5.2", "5.3"]
|
||||
|
Reference in New Issue
Block a user