From 99659a96bbae30c7788756a3b65873ec7a0aa141 Mon Sep 17 00:00:00 2001 From: XiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com> Date: Mon, 1 Jul 2019 20:54:10 +0800 Subject: [PATCH] update README_cn.md with latest version update README_cn.md with latest version --- README_cn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_cn.md b/README_cn.md index 6b224ee8c5..2f06996f2b 100644 --- a/README_cn.md +++ b/README_cn.md @@ -16,17 +16,17 @@ PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效 跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases) -### PaddlePaddle最新版本: [Fluid 1.4.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.4) +### PaddlePaddle最新版本: [Fluid 1.5.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.5) ### 安装最新稳定版本: ``` # 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 # 其他平台上的安装指引请参考 http://paddlepaddle.org/ ``` -- GitLab