Skip to content

Commit a80912d

Browse files
authored
Apply suggestions from code review
1 parent ca21180 commit a80912d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototype_source/flight_recorder_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ Finally, to analyze these two files, we use the ``torchfrtrace`` command:
274274
275275
torchfrtrace --prefix "trace_" /tmp/
276276
277-
The output from the trace command is meant to be human readable. It includes information about the
278-
set of collectives that induced a failure.
277+
The output from the trace command is meant to be human-readable. It includes information about the
278+
set of collectives that caused a failure.
279279
The output for the command above is shown below.
280280
We can clearly see that rank 1 did not join the "all_reduce" collective.
281281

0 commit comments

Comments
 (0)