Skip to content

Commit 34c3e95

Browse files
authored
Formatting fix
1 parent 17d4a45 commit 34c3e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/flight_recorder_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are two required environment variables to get the initial version of Fligh
6262
C++ implementation. Also see ``TORCH_SYMBOLIZE_MODE`` in additional settings.
6363
- ``TORCH_NCCL_ENABLE_TIMING = (true, false)``: Setting this to ``true`` will enable additional cuda events at the start of each collective and
6464
records the *duration* of each collective. This may incur some CPU overhead. In the collected data, the
65-
*duration* field indicates how long each collective took to execute.
65+
*duration* field indicates how long each collective took to execute.
6666

6767
Additional Settings
6868
-------------------

0 commit comments

Comments
 (0)