From de38b6e3778643b5b80d444ba2c81f622987a431 Mon Sep 17 00:00:00 2001 From: paopjian <672034519@qq.com> Date: Fri, 25 Dec 2020 06:08:09 +0000 Subject: [PATCH] new version in the pypi --- docs/docs_en/installation_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_en/installation_en.md b/docs/docs_en/installation_en.md index d9df1a9a..b5c60fd5 100644 --- a/docs/docs_en/installation_en.md +++ b/docs/docs_en/installation_en.md @@ -18,7 +18,7 @@ pip install paddlepaddle-gpu==2.0.0rc Before installing the PaddleHub, install the PaddlePaddle deep learning framework first. For more installation instructions, refer to [PaddleQuickInstall](https://www.paddlepaddle.org.cn/install/quick/zh/2.0rc-windows-pip) ```shell -pip install paddlehub==2.0.0b +pip install paddlehub==2.0.0b1 ``` In addition to the above dependences, PaddleHub's pre-training models and pre-set datasets need to be downloaded through connecting to the server. Make sure that the computer can access the network. You can run PaddleHub offline if the relevant datasets and pre-set models are already available locally. -- GitLab