Skip to content

Commit 1cccebd

Browse files
authored
Apply suggestions from code review
1 parent 4cc0a2d commit 1cccebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/distributed_comm_debug_mode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ level of displayed information. Here is what each noise level displays:
7676
| 3. Prints all operations
7777
7878
In the example above, you can see that the collective operation, all_reduce, occurs once in the forward pass
79-
of the ``MLPModule``. Furthermore, you can use ``CommDebugMode`` pinpoint that the all-reduce operation happens
79+
of the ``MLPModule``. Furthermore, you can use ``CommDebugMode`` to pinpoint that the all-reduce operation happens
8080
in the second linear layer of the ``MLPModule``.
8181

8282

83-
Below is the interactive module tree visualization that users can upload their JSON dump to:
83+
Below is the interactive module tree visualization that you can use to upload your own JSON dump:
8484

8585
.. raw:: html
8686

0 commit comments

Comments
 (0)