Unverified Commit 2de6092a authored by Casper's avatar Casper Committed by GitHub
Browse files

Avoid downloading ROCm (#347)

parent d8311027
......@@ -14,6 +14,7 @@ curl -s $RELEASE_URL | \
jq -r ".assets[].browser_download_url" | \
grep '\.whl' | \
grep -v '%2Bcu' | \
grep -v '%2Brocm' | \
xargs -n 1 -P 4 wget
# Rename the wheels from 'linux_x86_64' to 'manylinux_x86_64'
......
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