未验证 提交 0db72fd9 编写于 作者: J Jiawei Wang 提交者: GitHub

Update README_CN.md

上级 aaf53ea7
...@@ -36,11 +36,11 @@ def serving_encryption(): ...@@ -36,11 +36,11 @@ def serving_encryption():
## 启动加密预测服务 ## 启动加密预测服务
CPU预测服务 CPU预测服务
``` ```
python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model --encryption_rpc_port 9301
``` ```
GPU预测服务 GPU预测服务
``` ```
python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model --gpu_ids 0 python -m paddle_serving_server.serve --model encrypt_server/ --port 9300 --use_encryption_model --encryption_rpc_port 9301 --gpu_ids 0
``` ```
## 预测 ## 预测
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册