-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Couldn't find Cuda Dll #271
Comments
Hi. Same with #253, I think it's a Can you check CUDA version that you're using?
The recommended solution is Perfview's solution, which is to manually put the dll files corresponding to your CUDA version into the system32 folder. ( |
Same isssue here, Perfview's solution fixed well |
Same issue. Also fixed with Perfview's solution. |
current version doesn't even have: cudnn_ops_infer64_8.dll cudnn_9.4.0_windows.exe temp installs to: cudnn for 11,8/12.6: cudnn_ops64_9.dll [dropping in the stated files directly into system32 does resolve the issue though] |
Investigated issue. Since this was about version incompatibility between The bug was not reproducible with |
Closing with #345, |
Which OS are you using?
Cmd Log is thus:
Use "faster-whisper" implementation
Device "cuda" is detected
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!
"launching the app"
Suspect it isn't detecting CUDA. It is installed.
The text was updated successfully, but these errors were encountered: