Skip to content

Commit 7187e3f

Browse files
committed
Address Comments
1 parent 5e264d1 commit 7187e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/dist_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RPC Tutorials are listed below:
186186
tutorial borrows the spirit of
187187
`HogWild! training <https://people.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf>`__
188188
and applies it to an asynchronous parameter server (PS) training application.
189-
3. The `Distributed Pipeliine Parallelism Using RPC <../intermediate/dist_pipeline_parallel_tutorial.html>`__
189+
3. The `Distributed Pipeline Parallelism Using RPC <../intermediate/dist_pipeline_parallel_tutorial.html>`__
190190
tutorial extends the single-machine pipeline parallel example (presented in
191191
`Single-Machine Model Parallel Best Practices <../intermediate/model_parallel_tutorial.html>`__)
192192
to a distributed environment and shows how to implement it using RPC.

intermediate_source/ddp_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Prerequisites:
66

77
- `PyTorch Distributed Overview <../beginner/dist_overview.html>`__
88
- `DistributedDataParallel API documents <https://pytorch.org/docs/master/generated/torch.nn.parallel.DistributedDataParallel.html>`__
9-
_ `DistributedDataParallel notes <https://pytorch.org/docs/master/notes/ddp.html>`__
9+
- `DistributedDataParallel notes <https://pytorch.org/docs/master/notes/ddp.html>`__
1010

1111

1212
`DistributedDataParallel <https://pytorch.org/docs/stable/nn.html#torch.nn.parallel.DistributedDataParallel>`__

0 commit comments

Comments
 (0)