提交 5607153c 编写于 作者: M MRXLT

Merge remote-tracking branch 'origin/0.2.0-fix-client' into 0.2.0-fix-client

sync
...@@ -147,7 +147,7 @@ tar -xzf uci_housing.tar.gz ...@@ -147,7 +147,7 @@ tar -xzf uci_housing.tar.gz
Running on the Server side (inside the container): Running on the Server side (inside the container):
```bash ```bash
python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --name uci python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --name uci --gpu_ids 0
``` ```
Running on the Client side (inside or outside the container): Running on the Client side (inside or outside the container):
...@@ -161,7 +161,7 @@ tar -xzf uci_housing.tar.gz ...@@ -161,7 +161,7 @@ tar -xzf uci_housing.tar.gz
Running on the Server side (inside the container): Running on the Server side (inside the container):
```bash ```bash
python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --gpu_ids 0
``` ```
Running following Python code on the Client side (inside or outside the container, The `paddle-serving-client` package needs to be installed): Running following Python code on the Client side (inside or outside the container, The `paddle-serving-client` package needs to be installed):
......
...@@ -145,7 +145,7 @@ tar -xzf uci_housing.tar.gz ...@@ -145,7 +145,7 @@ tar -xzf uci_housing.tar.gz
在Server端(容器内)运行: 在Server端(容器内)运行:
```bash ```bash
python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --name uci python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --name uci --gpu_ids 0
``` ```
在Client端(容器内或容器外)运行: 在Client端(容器内或容器外)运行:
...@@ -159,7 +159,7 @@ tar -xzf uci_housing.tar.gz ...@@ -159,7 +159,7 @@ tar -xzf uci_housing.tar.gz
在Server端(容器内)运行: 在Server端(容器内)运行:
```bash ```bash
python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 python -m paddle_serving_server_gpu.serve --model uci_housing_model --thread 10 --port 9292 --gpu_ids 0
``` ```
在Client端(容器内或容器外,需要安装`paddle-serving-client`包)运行下面Python代码: 在Client端(容器内或容器外,需要安装`paddle-serving-client`包)运行下面Python代码:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册