Unverified Commit 184b136f authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Removing cuda115 since we mirgated to cuda116 (#5862)

parent e30f9b09
This diff is collapsed.
...@@ -32,8 +32,8 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6, ...@@ -32,8 +32,8 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
for os_type in ["linux", "macos", "win"]: for os_type in ["linux", "macos", "win"]:
python_versions = PYTHON_VERSIONS python_versions = PYTHON_VERSIONS
cu_versions_dict = { cu_versions_dict = {
"linux": ["cpu", "cu102", "cu113", "cu115", "cu116", "rocm4.5.2", "rocm5.0"], "linux": ["cpu", "cu102", "cu113", "cu116", "rocm4.5.2", "rocm5.0"],
"win": ["cpu", "cu113", "cu115", "cu116"], "win": ["cpu", "cu113", "cu116"],
"macos": ["cpu"], "macos": ["cpu"],
} }
cu_versions = cu_versions_dict[os_type] cu_versions = cu_versions_dict[os_type]
...@@ -124,7 +124,6 @@ def upload_doc_job(filter_branch): ...@@ -124,7 +124,6 @@ def upload_doc_job(filter_branch):
manylinux_images = { manylinux_images = {
"cu102": "pytorch/manylinux-cuda102", "cu102": "pytorch/manylinux-cuda102",
"cu113": "pytorch/manylinux-cuda113", "cu113": "pytorch/manylinux-cuda113",
"cu115": "pytorch/manylinux-cuda115",
"cu116": "pytorch/manylinux-cuda116", "cu116": "pytorch/manylinux-cuda116",
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment