-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot run coqui tts - Error: grpc process not found (image and local docker build) #1727
Comments
I think the reason is me using nvidia based build. the |
try to build the backend first with this comand |
I can confirm the grpc backend works by adding the TTS dependency to the nvidia requirements file |
Signed-off-by: Chakib Benziane <contact@blob42.xyz>
LocalAI version:
Environment, CPU architecture, OS, and Version:
docker 24.0.7 on ArchLinux - Linux 6.6.6-zen1-1-zen
Describe the bug
I get the following error when I try to run coqui TTS using the example from documentation I see a grpc connection error. I am using docker so manually running the
local-ai tts ...
command from the container shows the following detailed error:with DEBUG=true
To Reproduce
Just pulled or build the v2.8.2 image. For info the inference with cuda works.
Expected behavior
working coqui tts endpoint
The text was updated successfully, but these errors were encountered: