Skip to content

Commit

Permalink
Merge branch 'main' into please_dont_modify_this_branch_unless_you_ar…
Browse files Browse the repository at this point in the history
…e_just_merging_with_main
  • Loading branch information
pmeier authored Jan 9, 2023
2 parents 8e9c70e + 35f68a0 commit 4b8c4c4
Show file tree
Hide file tree
Showing 11 changed files with 433 additions and 9 deletions.
245 changes: 245 additions & 0 deletions .circleci/config.yml

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

5 changes: 3 additions & 2 deletions .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ 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", "cu116", "cu117", "rocm5.2", "rocm5.3"],
"win": ["cpu", "cu116", "cu117"],
"linux": ["cpu", "cu116", "cu117", "cu118", "rocm5.2", "rocm5.3"],
"win": ["cpu", "cu116", "cu117", "cu118"],
"macos": ["cpu"],
}
cu_versions = cu_versions_dict[os_type]
Expand Down Expand Up @@ -145,6 +145,7 @@ def upload_doc_job(filter_branch):
manylinux_images = {
"cu116": "pytorch/manylinux-cuda116",
"cu117": "pytorch/manylinux-cuda117",
"cu118": "pytorch/manylinux-cuda118",
}


Expand Down
Loading

0 comments on commit 4b8c4c4

Please sign in to comment.