Skip to content

Commit b37c715

Browse files
authored
update doc
update doc
1 parent e0d7dea commit b37c715

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

deploy/pdserving/README_CN.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ PaddleOCR提供2种服务部署方式:
3636

3737
1. 安装serving,用于启动服务
3838
```
39-
pip3 install paddle-serving-server==0.6.0 # for CPU
40-
pip3 install paddle-serving-server-gpu==0.6.0 # for GPU
39+
pip3 install paddle-serving-server==0.6.1 # for CPU
40+
pip3 install paddle-serving-server-gpu==0.6.1 # for GPU
4141
# 其他GPU环境需要确认环境再选择执行如下命令
42-
pip3 install paddle-serving-server-gpu==0.6.0.post101 # GPU with CUDA10.1 + TensorRT6
43-
pip3 install paddle-serving-server-gpu==0.6.0.post11 # GPU with CUDA11 + TensorRT7
42+
pip3 install paddle-serving-server-gpu==0.6.1.post101 # GPU with CUDA10.1 + TensorRT6
43+
pip3 install paddle-serving-server-gpu==0.6.1.post11 # GPU with CUDA11 + TensorRT7
4444
```
4545
4646
2. 安装client,用于向服务发送请求
@@ -53,7 +53,7 @@ PaddleOCR提供2种服务部署方式:
5353
5454
3. 安装serving-app
5555
```
56-
pip3 install paddle-serving-app==0.6.0
56+
pip3 install paddle-serving-app==0.6.1
5757
```
5858
5959
**Note:** 如果要安装最新版本的PaddleServing参考[链接](https://github.com/PaddlePaddle/Serving/blob/develop/doc/LATEST_PACKAGES.md)。
@@ -200,7 +200,9 @@ Windows用户不能使用上述的启动方式,需要使用Web Service,详
200200
201201
```
202202
cd win
203-
python3 ocr_web_server.py
203+
python3 ocr_web_server.py gpu(使用gpu方式)
204+
或者
205+
python3 ocr_web_server.py cpu(使用gpu方式)
204206
```
205207
206208
2. 发送服务请求

0 commit comments

Comments
 (0)