Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsey98 committed Jun 1, 2023
1 parent 918b3fe commit a18c79c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ else
conda activate "$ENV_NAME"
fi

mkl_path=$(conda info --base)/envs/"$ENV_NAME"/lib
echo "MKL path is $mkl_path"
# Export the LD_LIBRARY_PATH environment variable
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$mkl_path"
#mkl_path=$(conda info --base)/envs/"$ENV_NAME"/lib
#echo "MKL path is $mkl_path"
## Export the LD_LIBRARY_PATH environment variable
#export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$mkl_path"


# Get the CUDA and cuDNN versions, install pytorch, torchvision
Expand Down

0 comments on commit a18c79c

Please sign in to comment.