Skip to content

Commit 5560105

Browse files
authored
Merge branch 'main' into add-regnet-128-swag
2 parents 278f0f7 + 3130b45 commit 5560105

File tree

5 files changed

+221
-86
lines changed

5 files changed

+221
-86
lines changed

.circleci/config.yml

Lines changed: 68 additions & 68 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
@@ -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", "cu113", "cu115", "rocm4.3.1", "rocm4.5.2"],
35+
"linux": ["cpu", "cu102", "cu113", "cu115", "rocm4.5.2", "rocm5.0"],
3636
"win": ["cpu", "cu113", "cu115"],
3737
"macos": ["cpu"],
3838
}

0 commit comments

Comments
 (0)