Skip to content

Commit c6c1fb6

Browse files
authored
Disable CUDA 11.1 builds (#5477) (#5478)
1 parent 9648e07 commit c6c1fb6

File tree

2 files changed

+1
-220
lines changed

2 files changed

+1
-220
lines changed

.circleci/config.yml

-219
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
3232
for os_type in ["linux", "macos", "win"]:
3333
python_versions = PYTHON_VERSIONS
3434
cu_versions_dict = {
35-
"linux": ["cpu", "cu102", "cu111", "cu113", "cu115", "rocm4.3.1", "rocm4.5.2"],
35+
"linux": ["cpu", "cu102", "cu113", "cu115", "rocm4.3.1", "rocm4.5.2"],
3636
"win": ["cpu", "cu113", "cu115"],
3737
"macos": ["cpu"],
3838
}

0 commit comments

Comments
 (0)