提交 f731bc6b 编写于 作者: Z zhangjun

update doc

上级 eefa3648
......@@ -13,7 +13,10 @@ sh get_data.sh
## RPC service
### Start server
``` shell
python test_server.py uci_housing_model/
```
You can alse use the following code to start the RPC service
```shell
python -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9393 --use_lite --use_xpu --ir_optim
```
......
......@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port
### Client Prediction
```
python resnet50_v2_client.py
python resnet50_client.py
```
......@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port
### 客户端预测
```
python resnet50_v2_client.py
python resnet50_client.py
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册