-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
CuDNN error #19
Comments
Hi there! It's not a dumb question, library problems are common in ml land. I think you have the right version of CUDA and CuDNN, so here is what I would try. In a separate environment, try installing KoljaB/RealtimeSTT and run one of their example programs to make sure its working. If that works, then try using the pipfreeze.txt to make sure we're using the same version of every library. |
The "Could not locate cudnn_ops64_9.dll" came from faster-whisper when using torch 2.2.2+cu118 . You need to downgrade ctranslate2 to 4.4.0 |
The If you have to use CUDA 11.8, just downgrade to |
Thank you all very much! After I did pip install ctranslate2==4.4.0, an error appeared because of faster-whisper, Thank you all! |
error looks like this: Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!
I downloaded CuDNN 8.7.0, checked the files and there is indeed no such file there.
I have cuda version 11.8.
Is it possible that one of the libraries has been updated and requires a different version of cuda and therefore a different version of cuDNN?
The LLM loads normally, but the error occurs only at the moment when the STT starts working, i.e. when I start speaking
I am inexperienced in such matters, so if I ask something stupid I apologize.
The text was updated successfully, but these errors were encountered: