Skip to content

Commit

Permalink
Merge branch 'main' into add-regnet-128-swag
Browse files Browse the repository at this point in the history
  • Loading branch information
YosuaMichael authored Apr 4, 2022
2 parents 278f0f7 + 3130b45 commit 5560105
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 86 deletions.
136 changes: 68 additions & 68 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
for os_type in ["linux", "macos", "win"]:
python_versions = PYTHON_VERSIONS
cu_versions_dict = {
"linux": ["cpu", "cu102", "cu113", "cu115", "rocm4.3.1", "rocm4.5.2"],
"linux": ["cpu", "cu102", "cu113", "cu115", "rocm4.5.2", "rocm5.0"],
"win": ["cpu", "cu113", "cu115"],
"macos": ["cpu"],
}
Expand Down
Loading

0 comments on commit 5560105

Please sign in to comment.