Skip to content

Commit 63e4074

Browse files
authored
Update serving_inference.md
1 parent 83c420b commit 63e4074

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/doc_ch/serving_inference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ def read_params():
116116
export PYTHONPATH=$PWD:$PYTHONPATH
117117
cd deploy/pdserving
118118
```
119+
为了方便用户复现Demo程序,我们提供了Chinese and English ultra-lightweight OCR model (8.1M)版本的Serving模型
120+
```
121+
wget --no-check-certificate https://paddleocr.bj.bcebos.com/deploy/pdserving/ocr_pdserving_suite.tar.gz
122+
tar xf ocr_pdserving_suite.tar.gz
123+
```
124+
119125
### 1. 超轻量中文检测模型推理
120126

121127
超轻量中文检测模型推理,可以执行如下命令启动服务端:

0 commit comments

Comments
 (0)