-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensorflow-gpu warnings with cuda-11.2 #17
Comments
Why you installed an incompatible version of CUDNN? Currently, there is no cudnn-11.2 in the repository, so you might want to downgrade your CUDA version to 11.1 and install And BTW the newest stable version of TensorFlow is 2.4 which support CUDA 11.0 (which is also not in the repository), so you may need to install it from Nvidia. EDIT: I have tried TensorFlow 2.4 with
|
cuda 11.2 is now the latest and still has the problem as cudnn-11.2 is not available:
removing the latest version fixes the error:
Adapted the instructions in system76/docs#598 |
Could not load dynamic library 'libcusolver.so.10'; dlerror: libcusolver.so.10: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib/cuda-11.2/lib
Could not load dynamic library 'libcudnn.so.8'; dlerror: libcudnn.so.8: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib/cuda/lib64
The above warning was after installing the NVIDIA CUDA Toolkit using the following commands
sudo apt install system76-cuda-latest
sudo apt install system76-cudnn-10.2
The text was updated successfully, but these errors were encountered: