-
Notifications
You must be signed in to change notification settings - Fork 498
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
BUG ChatTTS Internal Server Error #1777
Comments
服务的还有错误日志吗? |
服务器没报错,也没有日志 |
有尝试使用 xinference client 吗?如果要自己用 requests 实现请参考: https://github.com/xorbitsai/inference/blob/main/xinference/client/restful/restful_client.py#L764 |
同问 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ChatTTS部署成功,界面可以看到。
日志:
2024-07-04 00:42:25,572 xinference.model.utils 97 INFO Use model cache from a different hub.
2024-07-04 00:42:26,514 xinference.thirdparty.ChatTTS.core 16784 INFO Load from local: /root/.xinference/cache/ChatTTS
2024-07-04 00:42:27,649 xinference.thirdparty.ChatTTS.core 16784 INFO use cuda:0
2024-07-04 00:42:28,084 xinference.thirdparty.ChatTTS.core 16784 INFO vocos loaded.
2024-07-04 00:42:28,158 xinference.thirdparty.ChatTTS.core 16784 INFO dvae loaded.
2024-07-04 00:42:31,827 xinference.thirdparty.ChatTTS.core 16784 INFO gpt loaded.
2024-07-04 00:42:32,877 xinference.thirdparty.ChatTTS.core 16784 INFO decoder loaded.
2024-07-04 00:42:32,889 xinference.thirdparty.ChatTTS.core 16784 INFO tokenizer loaded.
2024-07-04 00:42:32,889 xinference.thirdparty.ChatTTS.core 16784 INFO All initialized.
但使用curl
返回:
Internal Server Error
To Reproduce
To help us to reproduce this bug, please provide information below:
Expected behavior
返回语音mp3
The text was updated successfully, but these errors were encountered: