diff --git a/docs/docs_en/installation_en.md b/docs/docs_en/installation_en.md index b5c60fd57777bbf66dd5574dd02e6e66531b9dda..8c1332a9e08b3fb4ecfd8b086570e0253ba0d852 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.