tangzhiqiang
Results
1
comments of
tangzhiqiang
I got similar error. I think this error is caused by cuda version. I added: export CUDA_HOME=/usr/local/cuda export PATH="/usr/local/cuda/bin${PATH:+:${PATH}}" export LD_LIBRARY_PATH="/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" to the end of ~/.bashrc and source ~/.bashrc then...