Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed Jan 8, 2025
1 parent 1c3a48a commit 95cbb48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/scripts/install_fbgemm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ echo "CHANNEL: ${CHANNEL}"
echo "CONDA_ENV: ${CONDA_ENV}"

if [[ $CU_VERSION = cu* ]]; then
# conda env config vars set -p ${CONDA_ENV} \
# LD_LIBRARY_PATH="/usr/local/lib:${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}" \
# CUDNN_INCLUDE_DIR="${CUDA_HOME}/include" \
# CUDNN_LIBRARY="${CUDA_HOME}/lib64"
conda env config vars set -p ${CONDA_ENV} \
LD_LIBRARY_PATH="/usr/local/lib:${CUDA_HOME}/lib64:${CONDA_ENV}/lib:${LD_LIBRARY_PATH}"

echo "################################################################################"
echo "[NOVA] Finding libnvrtc.so ..."
Expand Down

0 comments on commit 95cbb48

Please sign in to comment.