Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Custom Extensions
intermediate/rpc_param_server_tutorial
intermediate/rpc_async_execution
intermediate/monarch_distributed_tutorial
intermediate/debug_hangs_with_flight_recorder
advanced/rpc_ddp_tutorial
advanced/generic_join
beginner/distributed_training_with_ray_tutorial
7 changes: 7 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,13 @@ Welcome to PyTorch Tutorials
:link: intermediate/monarch_distributed_tutorial.html
:tags: Parallel-and-Distributed-Training

.. customcarditem::
:header: Debugging Hangs with Flight Recorder Using TorchComms and Debug Server
:card_description: Diagnose hangs using the TorchComms Flight Recorder and Debug Server periodic dumps.
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: intermediate/debug_hangs_with_flight_recorder.html
:tags: Parallel-and-Distributed-Training,Debugging

.. Edge

.. customcarditem::
Expand Down
Loading
Loading