A prebuilt tensorflow serving client from the tensorflow serving proto files.
Currently supported build: C++, Python, Java, Node, Mono, Rust, Go.
Check tensorflow serving project for details: https://tensorflow.github.io/serving/
Set desired version in the VERSION file and invoke ./update.sh.
Grpc tools are needed for building variant packages.
- Install
protobuf-compiler-grpcandlibprotobuf-devon Ubuntu - Install
grpcandprotobufon macOS
See Dockerfile for details.
Invoke ./gradle.sh instead of gradle to build artifacts using the docker.
- Rust is excluded from
./gradle.sh buildAll