Skip to content

[BUG:WebUI] Invalid handle. Cannot load symbol cublasLtCreate #214

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

Open
3 tasks done
summitn opened this issue Mar 20, 2025 · 2 comments
Open
3 tasks done

[BUG:WebUI] Invalid handle. Cannot load symbol cublasLtCreate #214

summitn opened this issue Mar 20, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@summitn
Copy link

summitn commented Mar 20, 2025

确认清单

  • 我已经阅读过 README.md 和 dependencies.md 文件
  • 我已经确认之前没有 issue 或 discussion 涉及此 BUG
  • 我已经确认问题发生在最新代码或稳定版本中

Forge Commit 或者 Tag

4c201cd (HEAD -> main, tag: v0.2.3, origin/main, origin/HEAD) chore(format): run black on dev (#901)

Python 版本

3.9

PyTorch 版本

2.6.0+cu124

操作系统信息

centos9

浏览器信息

No response

BUG 描述

[root@pve-pro ChatTTS]# python examples/web/webui.py
[+0800 20250320 09:17:06] [INFO] WebUI | webui | loading ChatTTS model...
[+0800 20250320 09:17:06] [INFO] ChatTTS | dl | checking assets...
[+0800 20250320 09:17:08] [INFO] ChatTTS | dl | all assets are already latest.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | use device cuda:0
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | vocos loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | dvae loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | embed loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | gpt loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | speaker loaded.
[+0800 20250320 09:17:09] [INFO] ChatTTS | core | decoder loaded.
[+0800 20250320 09:17:09] [INFO] ChatTTS | core | tokenizer loaded.
NeMo-text-processing :: INFO :: Creating ClassifyFst grammars.
2025-03-20 09:17:20,202 WETEXT INFO found existing fst: /usr/local/lib/python3.9/site-packages/tn/zh_tn_tagger.fst
2025-03-20 09:17:20,202 WETEXT INFO /usr/local/lib/python3.9/site-packages/tn/zh_tn_verbalizer.fst
2025-03-20 09:17:20,202 WETEXT INFO skip building fst for zh_normalizer ...
[+0800 20250320 09:17:20] [INFO] WebUI | webui | Models loaded successfully.
Running on local URL: http://0.0.0.0:8080

To create a public link, set share=True in launch().
[+0800 20250320 09:18:04] [INFO] ChatTTS | core | split text into 2 parts
text: 0%|▍ | 1/384(max) [00:00, 4.55it/sttext: 12%|███████████████████▋ | 45/384(max) [00:00, 92.02it/s]
[+0800 20250320 09:18:06] [INFO] ChatTTS | core | split text into 2 parts
code: 9%|██████████████ | 175/2048(max) [00:00, 181.03it/s]
Invalid handle. Cannot load symbol cublasLtCreate
已放弃 (核心已转储)

复现步骤

按照readme部署后打开网页直接生成就报错

期望结果

希望正常生成声音

实际结果

程序报错,且退出程序

错误信息

Invalid handle. Cannot load symbol cublasLtCreate
已放弃 (核心已转储)
@summitn summitn added the bug Something isn't working label Mar 20, 2025
@summitn summitn changed the title [BUG:WebUI] [BUG:WebUI] Invalid handle. Cannot load symbol cublasLtCreate Mar 20, 2025
@summitn
Copy link
Author

summitn commented Mar 20, 2025

重新安装了 python3.11 运行就正常了,但是不知道是不是没有安装FlashAttention-2的缘故,3.9的版本安装了FlashAttention-2,3.11的版本没有安装FlashAttention-2


还有就是 Sample Audio Code ,Speaker Embedding , DVAE Coefficient 这几个窗口内容都是乱码正常吗

@zhzLuke96
Copy link
Member

窗口内容都是乱码?是什么意思?有log吗?或者截图?
你确定你用的是这个项目吗?我们好像没有 什么 sample audio code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants