Skip to content

Commit

Permalink
and LB_LIBRARY_PATH for cpu case in install_fbgemm.sh
Browse files Browse the repository at this point in the history
Summary:
# context
*

Differential Revision: D68524715
  • Loading branch information
TroyGarden authored and facebook-github-bot committed Jan 22, 2025
1 parent 519f193 commit 8eeb7d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/install_fbgemm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ if [[ $CU_VERSION = cu* ]]; then
echo "[NOVA] Setting LD_LIBRARY_PATH ..."
conda env config vars set -p ${CONDA_ENV} \
LD_LIBRARY_PATH="/usr/local/lib:${CUDA_HOME}/lib64:${CONDA_ENV}/lib:${LD_LIBRARY_PATH}"
else
echo "[NOVA] Setting LD_LIBRARY_PATH ..."
conda env config vars set -p ${CONDA_ENV} \
LD_LIBRARY_PATH="/usr/local/lib:${CONDA_ENV}/lib:${LD_LIBRARY_PATH}"
fi

if [ "$CHANNEL" = "nightly" ]; then
Expand Down

0 comments on commit 8eeb7d7

Please sign in to comment.