A prebuilt tensorflow serving client from the tensorflow serving proto files.
Currently supported build: C++, Java, Python, Node, Go, Mono, Rust
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.
protobuf-compiler-grpc
and libprotobuf-dev
on Ubuntugrpc
and protobuf
on macOSSee .travis.yml
for details.
NOTE: grpc@1.26 and protobuf@3.11 are required
Target | Command | Outputs | Artifacts
-------|-----------------|-------------|----------------------------------------
native | gradle cmake
| build/cmake |
java |
gradle build
| build/libs |
python |
gradle wheel
| build/dist |
node |
gradle node
| build/node |
go |
gradle golang
| build/go |
mono |
gradle mono
| build/mono |
rust |
gradle rust
| build/cargo |