From b9eae52a9eb7e9d2d6ae00e537bcef22f56e6a44 Mon Sep 17 00:00:00 2001 From: xsrobin <50069408+xsrobin@users.noreply.github.com> Date: Thu, 18 Jul 2019 12:28:47 +0800 Subject: [PATCH] update 1.5.1 (#18669) --- README.md | 4 ++-- README_cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2af6543b004..6628b93e868 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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.5.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) +### Latest PaddlePaddle Release: [Fluid 1.5.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) ### Install Latest Stable Release: ``` # Linux CPU @@ -26,7 +26,7 @@ pip install paddlepaddle # Linux GPU cuda9cudnn7 pip install paddlepaddle-gpu # Linux GPU cuda8cudnn7 -pip install paddlepaddle-gpu==1.5.0.post87 +pip install paddlepaddle-gpu==1.5.1.post87 # For installation on other platform, refer to http://paddlepaddle.org/ diff --git a/README_cn.md b/README_cn.md index 226951733ad..aaf03be55ef 100644 --- a/README_cn.md +++ b/README_cn.md @@ -16,7 +16,7 @@ PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效 跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases) -### PaddlePaddle最新版本: [Fluid 1.5.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) +### PaddlePaddle最新版本: [Fluid 1.5.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) ### 安装最新稳定版本: ``` # Linux CPU @@ -24,7 +24,7 @@ pip install paddlepaddle # Linux GPU cuda9cudnn7 pip install paddlepaddle-gpu # Linux GPU cuda8cudnn7 -pip install paddlepaddle-gpu==1.5.0.post87 +pip install paddlepaddle-gpu==1.5.1.post87 # 其他平台上的安装指引请参考 http://paddlepaddle.org/ -- GitLab