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
AutoAWQ
Commits
2de6092a
Unverified
Commit
2de6092a
authored
Feb 15, 2024
by
Casper
Committed by
GitHub
Feb 15, 2024
Browse files
Avoid downloading ROCm (#347)
parent
d8311027
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/download_wheels.sh
scripts/download_wheels.sh
+1
-0
No files found.
scripts/download_wheels.sh
View file @
2de6092a
...
@@ -14,6 +14,7 @@ curl -s $RELEASE_URL | \
...
@@ -14,6 +14,7 @@ curl -s $RELEASE_URL | \
jq
-r
".assets[].browser_download_url"
|
\
jq
-r
".assets[].browser_download_url"
|
\
grep
'\.whl'
|
\
grep
'\.whl'
|
\
grep
-v
'%2Bcu'
|
\
grep
-v
'%2Bcu'
|
\
grep
-v
'%2Brocm'
|
\
xargs
-n
1
-P
4 wget
xargs
-n
1
-P
4 wget
# Rename the wheels from 'linux_x86_64' to 'manylinux_x86_64'
# Rename the wheels from 'linux_x86_64' to 'manylinux_x86_64'
...
...
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