From 3cae04e7cfb1580d965e97e1285b112f31b20c6a Mon Sep 17 00:00:00 2001 From: bjjwwang Date: Thu, 20 May 2021 14:17:11 +0000 Subject: [PATCH] fix windows readme --- deploy/pdserving/README.md | 2 +- deploy/pdserving/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/pdserving/README.md b/deploy/pdserving/README.md index 4b396128..c130070a 100644 --- a/deploy/pdserving/README.md +++ b/deploy/pdserving/README.md @@ -205,7 +205,7 @@ Windows does not support Pipeline Serving, if we want to lauch paddle serving on **Prepare Stage:** ``` -pip3 install paddle-serving-server==0.6.0 +pip3 install paddle-serving-server==0.5.0 pip3 install paddle-serving-app==0.3.1 ``` diff --git a/deploy/pdserving/README_CN.md b/deploy/pdserving/README_CN.md index 9e67e6f3..277b5075 100644 --- a/deploy/pdserving/README_CN.md +++ b/deploy/pdserving/README_CN.md @@ -199,7 +199,7 @@ Windows用户不能使用上述的启动方式,需要使用Web Service,详 准备阶段: ``` -pip3 install paddle-serving-server==0.6.0 +pip3 install paddle-serving-server==0.5.0 pip3 install paddle-serving-app==0.3.1 ``` -- GitLab