From f409367ccd9163305496d8b233387b674a0b2539 Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Mon, 17 Sep 2018 15:27:23 +0800 Subject: [PATCH] update install command of latest readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45186ec4e..46fdef5e3 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ pip install paddlepaddle # Linux GPU cuda9cudnn7 pip install paddlepaddle-gpu # Linux GPU cuda8cudnn7 -pip install paddlepaddle-gpu==0.14.0.post87 +pip install paddlepaddle-gpu==0.15.0.post87 # Linux GPU cuda8cudnn5 -pip install paddlepaddle-gpu==0.14.0.post85 +pip install paddlepaddle-gpu==0.15.0.post85 # For installation on other platform, refer to http://paddlepaddle.org/ ``` -- GitLab