You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/v2/howto/cluster/multi_cluster/index_en.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,28 @@ The user's cluster environment is not the same. To facilitate everyone's deploym
8
8
.. toctree::
9
9
:maxdepth:1
10
10
11
-
k8s_cn.md
12
-
k8s_distributed_cn.md
11
+
k8s_en.md
12
+
k8s_distributed_en.md
13
13
14
14
`OpenMPI <https://www.open-mpi.org>`_ is a mature high-performance parallel computing framework, which is widely used in the field of HPC. The following guide describes how to use OpenMPI to build PaddlePaddle's cluster training task:
15
15
16
16
.. toctree::
17
17
:maxdepth:1
18
18
19
-
openmpi_cn.md
19
+
openmpi_en.md
20
20
21
21
`Fabric <http://www.fabfile.org>`_ is a convenient tool for program deployment and management. We provide a way to deploy and manage with Fabric. If you want to know more about it, please read the following guidelines:
22
22
23
23
.. toctree::
24
24
:maxdepth:1
25
25
26
-
fabric_cn.md
26
+
fabric_en.md
27
27
28
28
We also support the deployment of PaddlePaddle on AWS. Learn more about:
29
29
30
30
.. toctree::
31
31
:maxdepth:1
32
32
33
-
k8s_aws_cn.md
33
+
k8s_aws_en.md
34
34
35
-
The examples can be found under `cluster_train_v2 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/scripts/cluster_train_v2>`_ .
35
+
The examples can be found under `cluster_train_v2 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/scripts/cluster_train_v2>`_ .
0 commit comments