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

Update README.md

上级 e865cbd1
...@@ -35,11 +35,11 @@ client-side configuration file are stored in the `encrypt_client` directory. ...@@ -35,11 +35,11 @@ client-side configuration file are stored in the `encrypt_client` directory.
## Start Encryption Service ## Start Encryption Service
CPU Service CPU Service
``` ```
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 Service GPU Service
``` ```
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
``` ```
## Prediction ## Prediction
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册