Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0' into bm/ldd-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 authored Jan 27, 2025
2 parents c274e49 + 8e5f5df commit 12d5426
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,12 @@ echo "CONDA_ENV: ${CONDA_ENV}"
# shellcheck disable=SC2155
export CONDA_PREFIX=$(conda run -n "${CONDA_ENV}" printenv CONDA_PREFIX)

find / -name *cuda*

# Setting LD_LIBRARY_PATH fixes the runtime error with fbgemm_gpu not
# Set LD_LIBRARY_PATH to fix the runtime error with fbgemm_gpu not
# being able to locate libnvrtc.so
# NOTE: The order of the entries in LD_LIBRARY_PATH matters
echo "[NOVA] Setting LD_LIBRARY_PATH ..."
conda env config vars set -n ${CONDA_ENV} \
LD_LIBRARY_PATH="/usr/local/lib:/usr/lib64:${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"

LD_LIBRARY_PATH="${CONDA_PREFIX}/lib:/usr/local/lib:/usr/lib64:${LD_LIBRARY_PATH}"

# install pytorch
# switch back to conda once torch nightly is fixed
Expand Down

0 comments on commit 12d5426

Please sign in to comment.