Skip to content

Commit e1e5845

Browse files
JepsonWongwanghaoshuang
authored andcommitted
Update README.md and README_cn.md to latest version v1.6, test=release/1.6 (#20843) (#20865)
1 parent 2021657 commit e1e5845

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

README.md

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

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

@@ -18,17 +18,15 @@ learning to many products at Baidu.
1818
Our vision is to enable deep learning for everyone via PaddlePaddle.
1919
Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest feature of PaddlePaddle.
2020

21-
### Latest PaddlePaddle Release: [v1.5.2](https://github.com/PaddlePaddle/Paddle/tree/release/1.5)
21+
### Latest PaddlePaddle Release: [v1.6](https://github.com/PaddlePaddle/Paddle/tree/release/1.6)
2222
### Install Latest Stable Release:
2323
```
2424
# Linux CPU
2525
pip install paddlepaddle
2626
# Linux GPU cuda10cudnn7
2727
pip install paddlepaddle-gpu
28-
# Linux GPU cuda8cudnn7
29-
pip install paddlepaddle-gpu==1.5.2.post87
3028
# Linux GPU cuda9cudnn7
31-
pip install paddlepaddle-gpu==1.5.2.post97
29+
pip install paddlepaddle-gpu==1.6.0.post97
3230
3331
3432
# For installation on other platform, refer to http://paddlepaddle.org/
@@ -77,26 +75,26 @@ Now our developers could acquire Tesla V100 online computing resources for free.
7775

7876
## Installation
7977

80-
It is recommended to read [this doc](http://www.paddlepaddle.org.cn/documentation/docs/en/1.5/beginners_guide/index_en.html) on our website.
78+
It is recommended to read [this doc](http://www.paddlepaddle.org.cn/documentation/docs/en/1.6/beginners_guide/index_en.html) on our website.
8179

8280
## Documentation
8381

84-
We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.5/beginners_guide/index_en.html) and
85-
[Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/beginners_guide/install/index_cn.html) documentation.
82+
We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.6/beginners_guide/index_en.html) and
83+
[Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.6/beginners_guide/install/index_cn.html) documentation.
8684

8785
- [Deep Learning 101](https://github.com/PaddlePaddle/book)
8886

8987
You might want to start from this online interactive book that can run in a Jupyter Notebook.
9088

91-
- [Distributed Training](http://paddlepaddle.org.cn/documentation/docs/en/1.5/user_guides/howto/training/multi_node_en.html)
89+
- [Distributed Training](http://paddlepaddle.org.cn/documentation/docs/en/1.6/user_guides/howto/training/multi_node_en.html)
9290

9391
You can run distributed training jobs on MPI clusters.
9492

95-
- [Python API](http://paddlepaddle.org.cn/documentation/docs/en/1.5/api/index_en.html)
93+
- [Python API](http://paddlepaddle.org.cn/documentation/docs/en/1.6/api/index_en.html)
9694

9795
Our new API enables much shorter programs.
9896

99-
- [How to Contribute](http://paddlepaddle.org.cn/documentation/docs/en/1.5/advanced_usage/development/contribute_to_paddle/index_en.html)
97+
- [How to Contribute](http://paddlepaddle.org.cn/documentation/docs/en/1.6/advanced_usage/development/contribute_to_paddle/index_en.html)
10098

10199
We appreciate your contributions!
102100

README_cn.md

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

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

@@ -16,17 +16,15 @@ PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效
1616

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

19-
### PaddlePaddle最新版本: [v1.5.2](https://github.com/PaddlePaddle/Paddle/tree/release/1.5)
19+
### PaddlePaddle最新版本: [v1.6](https://github.com/PaddlePaddle/Paddle/tree/release/1.6)
2020
### 安装最新稳定版本:
2121
```
2222
# Linux CPU
2323
pip install paddlepaddle
2424
# Linux GPU cuda10cudnn7
2525
pip install paddlepaddle-gpu
26-
# Linux GPU cuda8cudnn7
27-
pip install paddlepaddle-gpu==1.5.2.post87
2826
# Linux GPU cuda9cudnn7
29-
pip install paddlepaddle-gpu==1.5.2.post97
27+
pip install paddlepaddle-gpu==1.6.0.post97
3028
3129
3230
# 其他平台上的安装指引请参考 http://paddlepaddle.org/
@@ -59,26 +57,26 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型
5957

6058
## 安装
6159

62-
推荐阅读官网上的[安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/beginners_guide/install/index_cn.html)
60+
推荐阅读官网上的[安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.6/beginners_guide/install/index_cn.html)
6361

6462
## 文档
6563

66-
我们提供[英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.5/beginners_guide/index_en.html)
67-
[中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/beginners_guide/install/index_cn.html) 文档
64+
我们提供[英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.6/beginners_guide/index_en.html)
65+
[中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.6/beginners_guide/install/index_cn.html) 文档
6866

6967
- [深度学习101](https://github.com/PaddlePaddle/book)
7068

7169
或许您想从这个在线交互式书籍开始,可以在Jupyter Notebook中运行
7270

73-
- [分布式训练](http://paddlepaddle.org.cn/documentation/docs/zh/1.5/user_guides/howto/training/multi_node.html)
71+
- [分布式训练](http://paddlepaddle.org.cn/documentation/docs/zh/1.6/user_guides/howto/training/multi_node.html)
7472

7573
可以在MPI集群上运行分布式训练任务
7674

77-
- [Python API](http://paddlepaddle.org.cn/documentation/docs/zh/1.5/api_cn/index_cn.html)
75+
- [Python API](http://paddlepaddle.org.cn/documentation/docs/zh/1.6/api_cn/index_cn.html)
7876

7977
新的API支持代码更少更简洁的程序
8078

81-
- [贡献方式](http://paddlepaddle.org.cn/documentation/docs/zh/1.5/advanced_usage/development/contribute_to_paddle/index_cn.html)
79+
- [贡献方式](http://paddlepaddle.org.cn/documentation/docs/zh/1.6/advanced_usage/development/contribute_to_paddle/index_cn.html)
8280

8381
欢迎您的贡献!
8482

0 commit comments

Comments
 (0)