From ce95793447f14ca6be5ddf5514590969cb0e9806 Mon Sep 17 00:00:00 2001 From: paopjian <672034519@qq.com> Date: Tue, 29 Dec 2020 06:22:01 +0000 Subject: [PATCH] Update installation tutorial --- 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 b5c60fd5..8c1332a9 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.0b1 +pip install paddlehub==2.0.0b2 ``` 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