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

Error: Library cublas64_12.dll is not found or cannot be loaded #102

Closed
videoprice opened this issue Mar 1, 2024 · 4 comments
Closed

Error: Library cublas64_12.dll is not found or cannot be loaded #102

videoprice opened this issue Mar 1, 2024 · 4 comments

Comments

@videoprice
Copy link

hi guys, have this error when start generate subtitle file
"Error: Library cublas64_12.dll is not found or cannot be loaded"

win 11 rtx 3090

@CUBER980
Copy link

CUBER980 commented Mar 2, 2024

Mismo error
Error transcribing file on line Library cublas64_12.dll is not found or cannot be loaded
win 11 rtx 4060 TI

@jhj0517
Copy link
Owner

jhj0517 commented Mar 2, 2024

Hi. Like #97, this is fixed in #99.
This problem is caused by an incompatible version of faster-whisper with CUDA versions below 12.0,
To resolve the issue,

  1. trying latest version of the web-ui ( removing venv folder and run install.bat again )

  2. Or just

# After activating the venv
pip uninstall faster-whisper
pip install faster-whisper==0.10.1

Using the version of faster-whisper==0.10.1 solves this problem.

@videoprice
Copy link
Author

Thanks, working

@CUBER980
Copy link

CUBER980 commented Mar 2, 2024

Correcto, solucionado, gracias.

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

No branches or pull requests

3 participants