Skip to content

Commit 82d4d32

Browse files
committed
Remove cuda 11.6 from nightly
1 parent 6e285c4 commit 82d4d32

11 files changed

Lines changed: 290 additions & 4795 deletions

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from typing import Dict, List, Tuple, Optional
1414

1515

16-
CUDA_ARCHES = ["11.6", "11.7", "11.8"]
16+
CUDA_ARCHES = ["11.7", "11.8"]
1717

1818

1919
ROCM_ARCHES = ["5.2", "5.3"]

.github/scripts/generate_ci_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class OperatingSystem:
143143
package_type="manywheel",
144144
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
145145
OperatingSystem.LINUX,
146-
arches=["11.6"],
146+
arches=["11.7"],
147147
python_versions=["3.8"]),
148148
branches="master",
149149
),

.github/workflows/generated-linux-binary-conda-nightly.yml

Lines changed: 0 additions & 240 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)