mirror of
https://github.com/mudler/LocalAI
synced 2026-04-27 00:07:17 +00:00
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
|