From 7ca246f4f3b20b78fb96ecfd2e179c1067e55a6c Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 9 Jun 2021 20:19:11 +0800 Subject: [PATCH] Update readme_en.md --- deploy/hubserving/readme_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/hubserving/readme_en.md b/deploy/hubserving/readme_en.md index c00d65df..e8bd9318 100755 --- a/deploy/hubserving/readme_en.md +++ b/deploy/hubserving/readme_en.md @@ -30,7 +30,7 @@ The following steps take the 2-stage series service as an example. If only the d ### 1. Prepare the environment ```shell # Install paddlehub -pip3 install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple +pip3 install paddlehub==1.8.3 --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ### 2. Download inference model -- GitLab