Skip to content
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

Unable to load any of {libcudnn_ops.so.9.1.0, libcudnn_ops.so.9.1, libcudnn_ops.so.9, libcudnn_ops.so} #81

Open
Wilkuuu opened this issue Oct 24, 2024 · 8 comments

Comments

@Wilkuuu
Copy link

Wilkuuu commented Oct 24, 2024

Existing language matches target language
Unable to load any of {libcudnn_ops.so.9.1.0, libcudnn_ops.so.9.1, libcudnn_ops.so.9, libcudnn_ops.so}
Invalid handle. Cannot load symbol cudnnCreateTensorDescriptor
./start.sh: line 8: 8680 Aborted (core dumped) python xtts_demo.py

any ideas? i reinstall cuda, drivers, venv

@rvuyyuru2
Copy link

same here

@Wilkuuu
Copy link
Author

Wilkuuu commented Oct 24, 2024

yes, same issue

@Wilkuuu Wilkuuu closed this as completed Oct 24, 2024
@Wilkuuu Wilkuuu reopened this Oct 24, 2024
@Wilkuuu
Copy link
Author

Wilkuuu commented Oct 25, 2024

i even try rollback to previous version but ... nope...

@rvuyyuru2
Copy link

it worked for me

@Wilkuuu
Copy link
Author

Wilkuuu commented Oct 25, 2024

What works?

@lainedfles
Copy link
Contributor

lainedfles commented Nov 1, 2024

There's a deep TTS module dependency chain (pytorch) that is limited to cudnn 8. Sadly, the upstream project has ceased development because Coqui has shut down.

Until there's a better option (https://github.com/idiap/coqui-ai-TTS looks promising), your best option is to use docker or podman.

@mommalicious
Copy link

mommalicious commented Nov 3, 2024

same problem. Tho it says 'Warning, existing language does not match target language. Updated lang.txt with target language.' on first line.

Is there really no workarounds here?

@rvuyyuru2 What worked for you exactly? Did you add anything to the code?


Edit: Beware, I am not a coder, but I think @rvuyyuru2 means to add this lines in the beginning of the code:
!sudo apt-get install -y nvidia-open
!sudo apt-get -y install cudnn-cuda-12

also changed pydantic to (according to the error):
!pip install pydantic==2.7.4

The code will stop at the list of country of origin and you have to enter the number you want. I used English (UK), which is 31. Then enter. Next is pick the keyboard, I chosed 1. Then wait for the code to finish there.

It worked for me so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants