Skip to content

typo in vall-e-x backend. #1370

Closed
Closed
@TwinFinz

Description

@TwinFinz

LocalAI version:
sha-63e1f8f-cublas-cuda12-ffmpeg

Environment, CPU architecture, OS, and Version:
(Docker image)
Linux LocalAi-GPT 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 GNU/Linux

Describe the bug
endpoint looks for the wrong file:
ttvalle.py

file name is actually:
ttsvalle.py

To Reproduce
curl http://localhost:8080/tts -H "Content-Type: application/json" -d '{ "backend": "vall-e-x", "input":"Hello!" }' | aplay

Expected behavior
Output audio

Logs
1:22AM DBG Loading external backend: /build/backend/python/vall-e-x/run.sh
1:22AM DBG Loading GRPC Process: /build/backend/python/vall-e-x/run.sh
1:22AM DBG GRPC Service for will be running at: '127.0.0.1:45047'
1:22AM DBG GRPC Service state dir: /tmp/go-processmanager1303360333
1:22AM DBG GRPC Service Started
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:45047: connect: connection refused"
1:22AM DBG GRPC(-127.0.0.1:45047): stderr python: can't open file '/build/backend/python/vall-e-x/ttvalle.py': [Errno 2] No such file or directory

Additional context
After that is fixed it fails with same error from issue #1174

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions