We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9a7b2 commit f47b6c5Copy full SHA for f47b6c5
packaging/post_build_script.sh
@@ -2,7 +2,7 @@
2
pip install auditwheel
3
4
if [[ ${ARCH} == "aarch64" ]]; then
5
- auditwheel repair --plat manylinux_2_28_aarch64 pytorch/vision/dist/*.whl
+ auditwheel repair --plat manylinux_2_28_aarch64 dist/*.whl
6
fi
7
8
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py
0 commit comments