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

Couldn't find Cuda Dll #271

Open
bigfordy1983 opened this issue Sep 13, 2024 · 2 comments
Open

Couldn't find Cuda Dll #271

bigfordy1983 opened this issue Sep 13, 2024 · 2 comments

Comments

@bigfordy1983
Copy link

Which OS are you using?

  • OS: Windows 11 , Python 3.11.9

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 in launch().
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.

@bigfordy1983 bigfordy1983 added the bug Something isn't working label Sep 13, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Sep 14, 2024

Hi. Same with #253, I think it's a cuDNN & CUDA & torch version Incompatibility problem.

Can you check CUDA version that you're using?

nvcc --version

The recommended solution is Perfview's solution, which is to manually put the dll files corresponding to your CUDA version into the system32 folder. ( cuBLAS.and.cuDNN_CUDA12_win_v1.7z file if you're using CUDA 12.x )

@paolodalprato
Copy link

Same isssue here, Perfview's solution fixed well

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

No branches or pull requests

3 participants