Skip to content

Commit df285cf

Browse files
authored
Update dist_overview.rst (#3056)
Removal of redundant 'you' in front of 'using'
1 parent 7490332 commit df285cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/dist_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When deciding what parallelism techniques to choose for your model, use these co
7070
#. Use `DistributedDataParallel (DDP) <https://pytorch.org/docs/stable/notes/ddp.html>`__,
7171
if your model fits in a single GPU but you want to easily scale up training using multiple GPUs.
7272

73-
* Use `torchrun <https://pytorch.org/docs/stable/elastic/run.html>`__, to launch multiple pytorch processes if you are you using more than one node.
73+
* Use `torchrun <https://pytorch.org/docs/stable/elastic/run.html>`__, to launch multiple pytorch processes if you are using more than one node.
7474

7575
* See also: `Getting Started with Distributed Data Parallel <../intermediate/ddp_tutorial.html>`__
7676

0 commit comments

Comments
 (0)