We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
faster-whisper==1.1.1
ctranslate2==4.5.0
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.
Sorry, something went wrong.
thanks. works very well
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: