Skip to content

Commit

Permalink
update eng doc
Browse files Browse the repository at this point in the history
update eng doc
  • Loading branch information
HexToString committed May 21, 2021
1 parent b37c715 commit 7338ec0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions deploy/pdserving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ PaddleOCR operating environment and Paddle Serving operating environment are nee

Install serving which used to start the service
```
pip3 install paddle-serving-server==0.6.0 # for CPU
pip3 install paddle-serving-server-gpu==0.6.0 # for GPU
pip3 install paddle-serving-server==0.6.1 # for CPU
pip3 install paddle-serving-server-gpu==0.6.1 # for GPU
# Other GPU environments need to confirm the environment and then choose to execute the following commands
pip3 install paddle-serving-server-gpu==0.6.0.post101 # GPU with CUDA10.1 + TensorRT6
pip3 install paddle-serving-server-gpu==0.6.0.post11 # GPU with CUDA11 + TensorRT7
pip3 install paddle-serving-server-gpu==0.6.1.post101 # GPU with CUDA10.1 + TensorRT6
pip3 install paddle-serving-server-gpu==0.6.1.post11 # GPU with CUDA11 + TensorRT7
```

3. Install the client to send requests to the service
Expand All @@ -55,7 +55,7 @@ PaddleOCR operating environment and Paddle Serving operating environment are nee

4. Install serving-app
```
pip3 install paddle-serving-app==0.6.0
pip3 install paddle-serving-app==0.6.1
```

**note:** If you want to install the latest version of PaddleServing, refer to [link](https://github.com/PaddlePaddle/Serving/blob/develop/doc/LATEST_PACKAGES.md).
Expand Down Expand Up @@ -204,7 +204,9 @@ Windows does not support Pipeline Serving, if we want to lauch paddle serving on

```
cd win
python3 ocr_web_server.py
python3 ocr_web_server.py gpu(for gpu user)
or
python3 ocr_web_server.py cpu(for cpu user)
```

2. Client Send Requests
Expand Down

0 comments on commit 7338ec0

Please sign in to comment.