Skip to content

Commit

Permalink
update readme of 1.8.2 (PaddlePaddle#25023)
Browse files Browse the repository at this point in the history
* update readme of 1.8.2;test=document_fix

* test=develop;test=document_fix

* test=develop;test=document_fix
  • Loading branch information
tianshuo78520a authored Jun 15, 2020
1 parent 67fb840 commit 1a7fbb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# PaddlePaddle

English | [简体中文](./README_cn.md)
Expand Down Expand Up @@ -29,7 +29,7 @@ pip install paddlepaddle
# Linux GPU cuda10cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu==1.8.1.post97
pip install paddlepaddle-gpu==1.8.2.post97
```
It is recommended to read [this doc](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/install/index_en.html) on our website.
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install paddlepaddle
# Linux GPU cuda10cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu==1.8.1.post97
pip install paddlepaddle-gpu==1.8.2.post97
```
更多安装信息详见官网 [安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/install/index_cn.html)
Expand Down

0 comments on commit 1a7fbb7

Please sign in to comment.