Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
184b136f
Unverified
Commit
184b136f
authored
Apr 22, 2022
by
Andrey Talman
Committed by
GitHub
Apr 22, 2022
Browse files
Removing cuda115 since we mirgated to cuda116 (#5862)
parent
e30f9b09
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
451 deletions
+2
-451
.circleci/config.yml
.circleci/config.yml
+0
-448
.circleci/regenerate.py
.circleci/regenerate.py
+2
-3
No files found.
.circleci/config.yml
View file @
184b136f
This diff is collapsed.
Click to expand it.
.circleci/regenerate.py
View file @
184b136f
...
...
@@ -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"
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment