Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyuhu committed May 15, 2019
1 parent d70b50b commit 372ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ If `--save_for_serving=true` is passed to `run_custom_classifier.py`, python scr
bazel build -c opt //tensorflow_serving/model_servers:tensorflow_model_server
```

- Start tensorflow serving to listen on port for **HTTP/REST API** or **gRPC API**, `tensorflow_model_server` will initialize the models under `<bert_classifier_savedmodel_output_path>`.
- Start tensorflow serving to listen on port for **HTTP/REST API** or **gRPC API**, `tensorflow_model_server` will initialize the models in `<bert_classifier_savedmodel_output_path>`.

```shell
# HTTP/REST API
Expand Down

0 comments on commit 372ca23

Please sign in to comment.