From 2246f7c133e3dc3cfd9f2779fd2f4cc2778c7ea7 Mon Sep 17 00:00:00 2001 From: XiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com> Date: Mon, 1 Jul 2019 20:52:09 +0800 Subject: [PATCH] Update README.md with latest version update README.md with latest release & install version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fea320db978..7257412f7c3 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,17 @@ learning to many products at Baidu. Our vision is to enable deep learning for everyone via PaddlePaddle. Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest feature of PaddlePaddle. -### Latest PaddlePaddle Release: [Fluid 1.4.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.4) +### Latest PaddlePaddle Release: [Fluid 1.5.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) ### Install Latest Stable Release: ``` # Linux CPU pip install paddlepaddle # Linux GPU cuda9cudnn7 pip install paddlepaddle-gpu +# Linux GPU cuda10cudnn7 +pip install paddlepaddle-gpu==1.5.0.post107 # Linux GPU cuda8cudnn7 -pip install paddlepaddle-gpu==1.4.1.post87 -# Linux GPU cuda8cudnn5 -pip install paddlepaddle-gpu==1.4.1.post85 +pip install paddlepaddle-gpu==1.5.0.post87 # For installation on other platform, refer to http://paddlepaddle.org/ ``` -- GitLab