Skip to content

Commit 47bd526

Browse files
cherry-pick update readme for release/1.8.1 (#24626)
1 parent ea1c05d commit 47bd526

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
English | [简体中文](./README_cn.md)
55

66
[![Build Status](https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/Paddle)
7-
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.7/beginners_guide/index_en.html)
8-
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/index_cn.html)
7+
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html)
8+
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html)
99
[![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases)
1010
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
1111

@@ -18,7 +18,7 @@ PaddlePaddle is originated from industrial practices with dedication and commitm
1818

1919
## Installation
2020

21-
### Latest PaddlePaddle Release: [v1.7](https://github.com/PaddlePaddle/Paddle/tree/release/1.7)
21+
### Latest PaddlePaddle Release: [v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8)
2222

2323
Our vision is to enable deep learning for everyone via PaddlePaddle.
2424
Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest feature of PaddlePaddle.
@@ -29,7 +29,7 @@ pip install paddlepaddle
2929
# Linux GPU cuda10cudnn7
3030
pip install paddlepaddle-gpu
3131
# Linux GPU cuda9cudnn7
32-
pip install paddlepaddle-gpu==1.7.1.post97
32+
pip install paddlepaddle-gpu==1.8.1.post97
3333
3434
```
3535
It is recommended to read [this doc](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/install/index_en.html) on our website.
@@ -63,8 +63,8 @@ Now our developers could acquire Tesla V100 online computing resources for free.
6363

6464
## Documentation
6565

66-
We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.7/beginners_guide/index_en.html) and
67-
[Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/index_cn.html) documentation.
66+
We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) and
67+
[Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) documentation.
6868

6969
- [Basic Deep Learning Models](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/basics/index_en.html#basic-deep-learning-models)
7070

@@ -86,7 +86,7 @@ We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.7/be
8686
Our new API enables much shorter programs.
8787

8888

89-
- [How to Contribute](http://paddlepaddle.org.cn/documentation/docs/en/1.7/advanced_usage/development/contribute_to_paddle/index_en.html)
89+
- [How to Contribute](http://paddlepaddle.org.cn/documentation/docs/en/1.8/advanced_usage/development/contribute_to_paddle/index_en.html)
9090

9191
We appreciate your contributions!
9292

README_cn.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[English](./README.md) | 简体中文
55

66
[![Build Status](https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/Paddle)
7-
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.7/beginners_guide/index_en.html)
8-
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/index_cn.html)
7+
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html)
8+
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html)
99
[![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases)
1010
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
1111

@@ -15,7 +15,7 @@
1515

1616

1717
## 安装
18-
### PaddlePaddle最新版本: [v1.7](https://github.com/PaddlePaddle/Paddle/tree/release/1.7)
18+
### PaddlePaddle最新版本: [v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8)
1919

2020
跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases)
2121

@@ -26,10 +26,10 @@ pip install paddlepaddle
2626
# Linux GPU cuda10cudnn7
2727
pip install paddlepaddle-gpu
2828
# Linux GPU cuda9cudnn7
29-
pip install paddlepaddle-gpu==1.7.1.post97
29+
pip install paddlepaddle-gpu==1.8.1.post97
3030
3131
```
32-
更多安装信息详见官网 [安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/install/index_cn.html)
32+
更多安装信息详见官网 [安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/install/index_cn.html)
3333

3434
PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型更高效。**每日登陆即送12小时****连续五天运行再加送48小时**[前往使用免费算力](https://ai.baidu.com/support/news?action=detail&id=981)
3535

@@ -60,20 +60,20 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型
6060

6161
## 文档
6262

63-
我们提供 [英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.7/beginners_guide/index_en.html)
64-
[中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/index_cn.html) 文档
63+
我们提供 [英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html)
64+
[中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) 文档
6565

66-
- [深度学习基础教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/beginners_guide/basics/index_cn.html)
66+
- [深度学习基础教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/basics/index_cn.html)
6767

6868
或许您想从深度学习基础开始学习飞桨
6969

7070

71-
- [使用指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/user_guides/index_cn.html)
71+
- [使用指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/user_guides/index_cn.html)
7272

7373
或许您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络
7474

7575

76-
- [进阶使用](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7/advanced_usage/index_cn.html)
76+
- [进阶使用](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/advanced_usage/index_cn.html)
7777

7878
或许您已比较熟练使用PaddlePaddle来完成常规任务,期望获得更高效的模型或者定义自己的Operator
7979

@@ -83,7 +83,7 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型
8383
新的API支持代码更少更简洁的程序
8484

8585

86-
- [贡献方式](http://paddlepaddle.org.cn/documentation/docs/zh/1.7/advanced_usage/development/contribute_to_paddle/index_cn.html)
86+
- [贡献方式](http://paddlepaddle.org.cn/documentation/docs/zh/1.8/advanced_usage/development/contribute_to_paddle/index_cn.html)
8787

8888
欢迎您的贡献!
8989

0 commit comments

Comments
 (0)