Skip to content

Commit 6b176b8

Browse files
authored
fix deprecated env var (#3532)
Fix this warning `Warning: Environment variable TORCH_NCCL_DEBUG_INFO_TEMP_FILE is deprecated; use TORCH_FR_DUMP_TEMP_FILE instead (function operator())`
1 parent af73618 commit 6b176b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unstable_source/flight_recorder_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are three required environment variables to get the initial version of Fli
5656
We recommended to set this value at *2000*. The default value is ``2000``.
5757
- ``TORCH_NCCL_DUMP_ON_TIMEOUT = (true, false)``: Setting this to ``true`` will write out diagnostic files to disk on job timeout.
5858
If enabled, there will be one file per rank output in the job's running directory. The default value is ``false``.
59-
- ``TORCH_NCCL_DEBUG_INFO_TEMP_FILE``: Setting the path where the flight recorder will be dumped with file prefix. One file per
59+
- ``TORCH_FR_DUMP_TEMP_FILE``: Setting the path where the flight recorder will be dumped with file prefix. One file per
6060
rank. The default value is ``/tmp/nccl_trace_rank_``.
6161

6262
**Optional settings:**

0 commit comments

Comments
 (0)