Skip to content

Commit

Permalink
Update post_build_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HDCharles authored Nov 18, 2024
1 parent 9aa27a3 commit aa5744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/post_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ "$CU_VERSION" == cu* ]]; then
WHEEL_NAME=$(ls dist/)

pushd dist
manylinux_plat=manylinux2_28_x86_64
manylinux_plat=manylinux_2_28_x86_64
auditwheel repair --plat "$manylinux_plat" -w . \
--exclude libtorch.so \
--exclude libtorch_python.so \
Expand Down

0 comments on commit aa5744c

Please sign in to comment.