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

Could not locate cudnn_ops64_9.dll issue #485

Closed
ansangweon opened this issue Jan 27, 2025 · 2 comments
Closed

Could not locate cudnn_ops64_9.dll issue #485

ansangweon opened this issue Jan 27, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@ansangweon
Copy link

hello guys
[Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!] ← im getting this error message and the server crashes.

SYSTRAN/faster-whisper#1080 ←i have read this post and tried to change settings but nothing worked for me

here's my current setting
rtx3080
cuda ver 12.8
cudnn ver 9.70
python 3.12.8
torch 2.5.0

any idea?

@jhj0517
Copy link
Owner

jhj0517 commented Jan 28, 2025

Hi. This app is using faster-whisper==1.1.1 and ctranslate2==4.5.0,
And there's a strict version constraint between CUDA & ctranslate2.

You may need to downgrade CUDA to 12.4 for ctranslate2==4.5.0.
CUDA 12.6 probably may also work, but CUDA 12.4 would be safer.

@jhj0517 jhj0517 added the bug Something isn't working label Jan 28, 2025
@ansangweon
Copy link
Author

thanks. works very well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants