mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-14 08:50:00 +00:00
dd2e243997
Backends can as well depends on grpcio and require different versions from the ones that are installed in the system. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
6 lines
151 B
Bash
6 lines
151 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/../common/libbackend.sh
|
|
|
|
python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto |