Skip to content

Commit a0c1190

Browse files
authored
Merge pull request #5971 from Yancey1989/fix_404_dist_train
Fix 404 link in dist arch doc
2 parents e0ac34a + ee3483b commit a0c1190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/refactor/distributed_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The IR for PaddlePaddle after refactoring is called a `Block`, it specifies the
5353
The user can not directly specify the parameter update rule for the parameter server in the Python module, since the parameter server does not use the same computation definition as the trainer. Instead, the update rule is baked inside the parameter server. The user can not specify the update rule explicitly.
5454

5555
This could be fixed by making the parameter server run the same computation definition as the trainer (the user's Python module). For a detailed explanation, refer to this document -
56-
[Design Doc: Operation Graph Based Parameter Server](./dist_train.md)
56+
[Design Doc: Operation Graph Based Parameter Server](./parameter_server.md)
5757

5858
## Distributed Training Architecture
5959

0 commit comments

Comments
 (0)