File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pandocfilters==1.5.1
16
16
markdown == 3.8.2
17
17
18
18
# PyTorch Theme
19
- -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2 #egg=pytorch_sphinx_theme2
19
+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@1657ad2fc1acdc98aa719eebecbb0128a7c13ce4 #egg=pytorch_sphinx_theme2
20
20
21
21
# Tutorial dependencies
22
22
tqdm == 4.66.1
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ There are three required environment variables to get the initial version of Fli
56
56
We recommended to set this value at *2000 *. The default value is ``2000 ``.
57
57
- ``TORCH_NCCL_DUMP_ON_TIMEOUT = (true, false) ``: Setting this to ``true `` will write out diagnostic files to disk on job timeout.
58
58
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
60
60
rank. The default value is ``/tmp/nccl_trace_rank_ ``.
61
61
62
62
**Optional settings: **
You can’t perform that action at this time.
0 commit comments