Skip to content

Commit f47b6c5

Browse files
committed
test
1 parent 3f9a7b2 commit f47b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/post_build_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pip install auditwheel
33

44
if [[ ${ARCH} == "aarch64" ]]; then
5-
auditwheel repair --plat manylinux_2_28_aarch64 pytorch/vision/dist/*.whl
5+
auditwheel repair --plat manylinux_2_28_aarch64 dist/*.whl
66
fi
77

88
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py

0 commit comments

Comments
 (0)