Skip to content

Commit 17d4a45

Browse files
authored
Update prototype_source/flight_recorder_tutorial.rst
1 parent 2586a79 commit 17d4a45

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
@@ -61,7 +61,7 @@ There are two required environment variables to get the initial version of Fligh
6161
C++ stack traces can be useful in providing the exact code path from a PyTorch Python call down to the primitive
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
64-
records the *duration* of each collective. This may incur some CPU overhead. In the collected data, the
64+
records the *duration* of each collective. This may incur some CPU overhead. In the collected data, the
6565
*duration* field indicates how long each collective took to execute.
6666

6767
Additional Settings

0 commit comments

Comments
 (0)