From b1598f2feba44f606e472b9f7d742ef62661c68f Mon Sep 17 00:00:00 2001 From: XiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com> Date: Mon, 9 Sep 2019 09:40:15 +0800 Subject: [PATCH] Update README_cn.md to latest version 1.5.2 Update README.md to latest version 1.5.2 --- README_cn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_cn.md b/README_cn.md index f387c1326d5..426ca0c96ca 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.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) +### PaddlePaddle最新版本: [Fluid 1.5.2](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) ### 安装最新稳定版本: ``` # Linux CPU @@ -24,9 +24,9 @@ pip install paddlepaddle # Linux GPU cuda10cudnn7 pip install paddlepaddle-gpu # Linux GPU cuda8cudnn7 -pip install paddlepaddle-gpu==1.5.1.post87 +pip install paddlepaddle-gpu==1.5.2.post87 # Linux GPU cuda9cudnn7 -pip install paddlepaddle-gpu==1.5.1.post97 +pip install paddlepaddle-gpu==1.5.2.post97 -- GitLab