We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1c9b commit dcd783bCopy full SHA for dcd783b
packaging/post_build_script.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+set -euxo pipefail
3
+
4
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py
5
6
if [[ "$(uname)" == "Linux" && "$(uname -m)" != "aarch64" ]]; then
0 commit comments