提交 f8d32892 编写于 作者: H Helin Wang

add serve API notes

上级 7c11e51a
...@@ -6,7 +6,9 @@ PaddlePaddle. It provides an HTTP endpoint. ...@@ -6,7 +6,9 @@ PaddlePaddle. It provides an HTTP endpoint.
## Run ## Run
The inference server reads a trained model (a topology file and a The inference server reads a trained model (a topology file and a
parameter file) and serves HTTP requests at port `8000`. parameter file) and serves HTTP request at port `8000`. **The HTTP API
will differ slightly for each model,** please see [HTTP
API](#http-api) for details.
We will first show how to obtain the PaddlePaddle model, and then how We will first show how to obtain the PaddlePaddle model, and then how
to start the server. to start the server.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册