-
Notifications
You must be signed in to change notification settings - Fork 3k
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
libcudnn error. #225
Comments
Try to do the following:
|
It worked, though I also had to install libcublass. I'll check the documentation again to see if maybe I missed some kind of step.
thanks a lot ! |
Updating the library path to include the python virtual env works but speaker embeddings depend on nvidia-cublas-cu11 and will break with version 12. Error output is
I was lucky enough to have a copy of that shared library elsewhere and manually added it to the LD_LIBRARY_PATH. |
I have encountered this problem. Can you tell me how to handle it? Thank you! |
Made a pull, solving all of this in Docker: #264 |
Fixed it with I saw it in #225 (comment) |
This is not working with cuda 12 on ubuntu 24.04. Any suggestions? |
I followed the provided instructions.
I turned the demo_part3 file into a normal python file to test the code:
When I run it I get:
What am I doing wrong?
This is ubuntu 23.04, and when I ran into this error I did:
But it didn't help.
I have CUDA and everything installed, I run dozens of different CUDA/Pythorch/AI related projects on this machine including trying out most of the TTS stuff available on github.
Any help very welcome.
Thank you.
The text was updated successfully, but these errors were encountered: