We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13ce35 commit 7957e86Copy full SHA for 7957e86
doc/fluid/design/dist_train/distributed_architecture.md
@@ -155,7 +155,7 @@ Cluster environment.
155
<img src="src/remote_executor.png" width="500" align="center" />
156
157
`RemoteExecutor.run` sends the `ProgramDesc` and
158
-[TrainingJob](https://github.com/PaddlePaddle/cloud/blob/develop/doc/autoscale/README.md#training-job-resource)
+[TrainingJob](https://github.com/PaddlePaddle/cloud/blob/unreleased-tpr/doc/autoscale/README.md#training-job-resource)
159
to a server in the cluster which executes `RemoteExecutor.listen`. This server is responsible
160
to start the final Kubernetes Jobs to run the different role of `ProgramDesc` from `ConfigMap`.
161
0 commit comments