Skip to content

Commit

Permalink
Avoid downloading ROCm (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen authored Feb 15, 2024
1 parent d831102 commit 2de6092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2de6092

Please sign in to comment.