Skip to content

Commit 4ef4bd8

Browse files
committed
clean up
1 parent 97a132d commit 4ef4bd8

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

doc/howto/cluster/multi_cluster/index_cn.rst

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,32 @@
44

55
`Kubernetes <http://kubernetes.io>`_ 是Google开源的容器集群的调度框架,支持大规模集群生产环境的完整集群方案。以下指南展示了PaddlePaddle对Kubernetes的支持:
66

7-
- `Kubernetes单机训练 <http://www.paddlepaddle.org/docs/develop/documentation/zh/howto/cluster/multi_cluster/k8s_cn.html>`_
8-
- `Kubernetes分布式训练 <http://www.paddlepaddle.org/docs/develop/documentation/zh/howto/cluster/multi_cluster/k8s_distributed_cn.html>`_
7+
.. toctree::
8+
:maxdepth: 1
9+
10+
k8s_cn.md
11+
k8s_distributed_cn.md
912

1013
`OpenMPI <https://www.open-mpi.org>`_ 是成熟的高性能并行计算框架,在HPC领域使用非常的广泛。以下指南介绍了如何使用OpenMPI来搭建PaddlePaddle的集群训练任务:
1114

12-
- `在OpenMPI集群中提交训练作业 <http://www.paddlepaddle.org/docs/develop/documentation/zh/howto/cluster/multi_cluster/openmpi_cn.html>`_
15+
.. toctree::
16+
:maxdepth: 1
1317

14-
`Fabric <http://www.fabfile.org>`_ 是一个方便的程序部署和管理工具。我们提供了使用Fabric 进行部署、管理的方法,如果想详细了解,请阅读以下指南:
18+
openmpi_cn.md
1519

16-
- `使用fabric启动集群训练 <http://www.paddlepaddle.org/docs/develop/documentation/zh/howto/cluster/multi_cluster/fabric_cn.html>`_
20+
`Fabric <http://www.fabfile.org>`_ 是一个方便的程序部署和管理工具。我们提供了使用Fabric 进行部署、管理的方法,如果想详细了解,请阅读以下指南:
1721

18-
我们也支持在AWS上部署PaddlePaddle,详细请了解:
22+
.. toctree::
23+
:maxdepth: 1
1924

20-
- `Distributed PaddlePaddle Training on AWS with Kubernetes <http://www.paddlepaddle.org/docs/develop/documentation/zh/howto/cluster/multi_cluster/k8s_aws_cn.html>`_
25+
fabric_cn.md
2126

27+
我们也支持在AWS上部署PaddlePaddle,详细请了解:
2228

2329
.. toctree::
2430
:maxdepth: 1
2531

26-
fabric_cn.md
27-
openmpi_cn.md
28-
k8s_cn.md
29-
k8s_distributed_cn.md
3032
k8s_aws_cn.md
33+
34+
您可以在 `cluster_train_v2 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/scripts/cluster_train_v2>`_ 找到以上相关的例子。
35+

0 commit comments

Comments
 (0)