lenML / Speech-AI-Forge

🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server and a Gradio-based WebUI.
https://huggingface.co/spaces/lenML/ChatTTS-Forge
GNU Affero General Public License v3.0
710 stars 87 forks source link

[BUG:WebUI] ASR 操作报错 Error: libcudnn_ops_infer.so.8 #139

Closed cpken closed 1 month ago

cpken commented 1 month ago

确认清单

Forge Commit 或者 Tag

Python 版本

PyTorch 版本

操作系统信息

浏览器信息

No response

BUG 描述

python: 3.10.14 | torch: 2.4.0+cu121 | ffmpeg: 4.2.7-0ubuntu0.1 模型来源:https://huggingface.co/Systran/faster-whisper-large-v3

2024-08-15 18:18:01,246 - modules.core.models.stt.Whisper - INFO - Whisper model loaded.
2024-08-15 18:18:01,246 - faster_whisper - INFO - Processing audio with duration 00:20.434
Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
已放弃 (核心已转储)

复现步骤

执行 ASR 操作

期望结果

实际结果

错误信息

No response

zhzLuke96 commented 1 month ago

看起来是环境配置问题和本库无关,没有特别情况的话不会对这个问题做代码修复

建议 参考这几个 issues 自行解决

注释:貌似是很常见的问题,所以这个issue暂时不会关闭

cpken commented 1 month ago

暂无法参考,可能是因为版本的问题。我的版本是目前 cuda 最新的稳定版。