mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-21 19:15:00 +00:00
fix(parler-tts): pin grpcio-tools (#3960)
Seems we require a specific version to build the backend files. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
07ce0a3c17
commit
9c5cd9b38b
5 changed files with 12 additions and 17 deletions
6
backend/python/parler-tts/protogen.sh
Executable file
6
backend/python/parler-tts/protogen.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
source $(dirname $0)/../common/libbackend.sh
|
||||
|
||||
python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto
|
Loading…
Add table
Add a link
Reference in a new issue