Skip to content

Commit

Permalink
fix download wheels script
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Nov 16, 2024
1 parent 39f6334 commit 887d08b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/download_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ curl -s $RELEASE_URL | \
grep -v '%2Brocm' | \
xargs -n 1 -P 4 wget

# Rename the wheels from 'linux_x86_64' to 'manylinux_x86_64'
for file in *linux_x86_64.whl; do
mv "$file" "$(echo $file | sed 's/linux_x86_64/manylinux2014_x86_64/')"
done

cd ..

0 comments on commit 887d08b

Please sign in to comment.