未验证 提交 b8ab0f2f 编写于 作者: H huangjianhui 提交者: GitHub

Update Serving_Configure_EN.md

上级 89a70250
...@@ -107,7 +107,7 @@ python3 -m paddle_serving_server.serve --model serving_model --thread 10 --port ...@@ -107,7 +107,7 @@ python3 -m paddle_serving_server.serve --model serving_model --thread 10 --port
```BASH ```BASH
python3 -m paddle_serving_server.serve --model serving_model_1 serving_model_2 --thread 10 --port 9292 python3 -m paddle_serving_server.serve --model serving_model_1 serving_model_2 --thread 10 --port 9292
``` ```
#### Stop Serving(execute the following command in the directory where start serving). #### Stop Serving(execute the following command in the directory where start serving or the path which environment variable SERVING_HOME set).
```BASH ```BASH
python3 -m paddle_serving_server.serve stop python3 -m paddle_serving_server.serve stop
``` ```
...@@ -327,7 +327,7 @@ Example starting Pipeline Serving: ...@@ -327,7 +327,7 @@ Example starting Pipeline Serving:
```BASH ```BASH
python3 web_service.py python3 web_service.py
``` ```
### Stop Serving(execute the following command in the directory where start serving). ### Stop Serving(execute the following command in the directory where start Pipeline serving or the path which environment variable SERVING_HOME set).
```BASH ```BASH
python3 -m paddle_serving_server.serve stop python3 -m paddle_serving_server.serve stop
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册