You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anaconda environment is not activated after running "environment_setup.sh" bash script.
Need to manually activate the conda env
Installing & building detectron2
after activating "srgpt-demo" env, CUDA=12.4 is set for the conda env (==> check "nvcc -V")
After activation, installing and building detectron2 via "pip install -U ~~~" fails.
I manually set CUDA version to 12.1 as in here export CUDA_HOME=/usr/local/cuda-12.1 export PATH="${CUDA_HOME}/bin:$PATH" export LD_LIBRARY_PATH="${CUDA_HOME}/lib64:$LD_LIBRARY_PATH"
Check CUDA version with "nvcc -V" again. (Changed to 12.1)
Now detectron2 part does not fail.
The text was updated successfully, but these errors were encountered:
export CUDA_HOME=/usr/local/cuda-12.1
export PATH="${CUDA_HOME}/bin:$PATH"
export LD_LIBRARY_PATH="${CUDA_HOME}/lib64:$LD_LIBRARY_PATH"
The text was updated successfully, but these errors were encountered: