Skip to content

Commit 1018126

Browse files
committed
Fix some whitespace
Summary: Fix white space.
1 parent efc56f1 commit 1018126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

prototype_source/flight_recorder_tutorial.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ Enabling Flight Recorder
4949
There are two required environment variables to get the initial version of Flight Recorder working.
5050

5151
- ``TORCH_NCCL_TRACE_BUFFER_SIZE = (0, N)``: Setting ``N`` to a positive number enables collection.
52-
``N`` represents the number of entries that will be kept internally in a circular buffer.
53-
We recommended to set this value at *2000*.
52+
``N`` represents the number of entries that will be kept internally in a circular buffer.
53+
We recommended to set this value at *2000*.
5454
- ``TORCH_NCCL_DUMP_ON_TIMEOUT = (true, false)``: Setting this to ``true`` will write out diagnostic files to disk on job timeout.
55-
If enabled, there will be one file per rank output in the job's running directory.
55+
If enabled, there will be one file per rank output in the job's running directory.
5656

5757
**Optional settings:**
5858

5959
- ``TORCH_NCCL_TRACE_CPP_STACK = (true, false)``: Setting this to true enables C++ stack traces to be captured in Flight Recorder.
60-
C++ stack traces can be useful in providing the exact code path from a PyTorch Python call down to the primitive
61-
C++ implementation. Also see ``TORCH_SYMBOLIZE_MODE`` in additional settings.
60+
C++ stack traces can be useful in providing the exact code path from a PyTorch Python call down to the primitive
61+
C++ implementation. Also see ``TORCH_SYMBOLIZE_MODE`` in additional settings.
6262
- ``TORCH_NCCL_ENABLE_TIMING = (true, false)``: Setting this to ``true`` will enable additional cuda events at the start of each collective and
6363
records the *duration* of each collective. This may incur some CPU overhead. In the collected data, the
6464
*duration* field indicates how long each collective took to execute.

0 commit comments

Comments
 (0)