Skip to content

Commit 2809d8a

Browse files
committed
Removing Win CU11.1 support (Cherrypick #5470)
1 parent cb534ea commit 2809d8a

File tree

2 files changed

+1
-226
lines changed

2 files changed

+1
-226
lines changed

.circleci/config.yml

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

.circleci/regenerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
3333
python_versions = PYTHON_VERSIONS
3434
cu_versions_dict = {
3535
"linux": ["cpu", "cu102", "cu111", "cu113", "cu115", "rocm4.3.1", "rocm4.5.2"],
36-
"win": ["cpu", "cu111", "cu113", "cu115"],
36+
"win": ["cpu", "cu113", "cu115"],
3737
"macos": ["cpu"],
3838
}
3939
cu_versions = cu_versions_dict[os_type]

0 commit comments

Comments
 (0)