"awq/git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "bcaa8a3689e6ae2e84ec6b57e995ee8a7904a19e"
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,
for os_type in ["linux", "macos", "win"]:
python_versions = PYTHON_VERSIONS
cu_versions_dict = {
"linux": ["cpu", "cu102", "cu113", "cu115", "cu116", "rocm4.5.2", "rocm5.0"],
"win": ["cpu", "cu113", "cu115", "cu116"],
"linux": ["cpu", "cu102", "cu113", "cu116", "rocm4.5.2", "rocm5.0"],
"win": ["cpu", "cu113", "cu116"],
"macos": ["cpu"],
}
cu_versions = cu_versions_dict[os_type]
......@@ -124,7 +124,6 @@ def upload_doc_job(filter_branch):
manylinux_images = {
"cu102": "pytorch/manylinux-cuda102",
"cu113": "pytorch/manylinux-cuda113",
"cu115": "pytorch/manylinux-cuda115",
"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