notebook.community
Edit and run
serve 9000 linear /root/models/linear/cpu/ true
The params are as follows:
1: port number (int)
2: model_name (anything)
3: /path/to/model (base path above all version sub-directories)
4: request batching (true|false)
http_grpc_proxy 9004 9000
1: port for this proxy to listen on
2: port of Tensorflow Serving
predict 9004 1.5
1: port for http-grpc proxy
2: x_observed
In [ ]: