Remove CUDA 11.6 from nightly builds (#93404)

Remove CUDA 11.6 from nightly builds.
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/93404
Approved by: https://github.com/malfet
This commit is contained in:
atalman
2023-02-02 14:26:52 +00:00
committed by PyTorch MergeBot
parent a14e3190e3
commit c76ac8eef2
11 changed files with 53 additions and 4269 deletions

View File

@ -13,9 +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"]