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.
2 parents ad6b59e + 7957e86 commit ba65d54Copy full SHA for ba65d54
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