-
Notifications
You must be signed in to change notification settings - Fork 399
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_ops_infer64_8.dll. Please make sure it is in your library path! #77
Comments
***** Current directory: D:\AI Tech\NarratoAI\ ***** |
2024-12-17 19:15:52.841 | INFO | app.config.config:load_config:22 - load config from file: D:\AI Tech\NarratoAI\NarratoAI/config.toml |
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! |
|
you need to download this "cuBLAS.and.cuDNN_CUDA11_win_v2.7z" from "https://github.com/Purfview/whisper-standalone-win/releases/tag/libs", and then place these two files |
3. 生成字幕、提供程序是: faster-whisper-large-v2
2024-12-17 19:01:23 | INFO | "./app\services\subtitle.py:53": create - 尝试使用 CUDA 加载模型: ./app/models/faster-whisper-large-v2
2024-12-17 19:01:26 | INFO | "./app\services\subtitle.py:62": create - 成功使用 CUDA 加载模型
2024-12-17 19:01:26 | INFO | "./app\services\subtitle.py:86": create - 模型加载完成,使用设备: cuda, 计算类型: float16
2024-12-17 19:01:26 | INFO | "./app\services\subtitle.py:88": create - start, output file: .\storage\tasks\7e946e89-713e-40f6-b8c6-3f26d9a275a3\subtitle.srt
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!
用的是WIN整合包,配置里是cpu计算,但是还是用的cuda
The text was updated successfully, but these errors were encountered: