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:
Eli Uriegas
2022-02-24 12:32:11 -08:00
committed by PyTorch MergeBot
parent c3d79ac422
commit 67cb0f2a03
10 changed files with 1 additions and 10610 deletions

View File

@ -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"]