Skip to content

Commit c62b4f1

Browse files
authored
Update recipes_source/distributed_comm_debug_mode.rst
1 parent ba97b64 commit c62b4f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

recipes_source/distributed_comm_debug_mode.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Using CommDebugMode
33

44
**Author**: `Anshul Sinha <https://github.com/sinhaanshul>`__
55

6+
7+
In this tutorial, we will explore how to use CommDebugMode with PyTorch's DistributedTensor (DTensor) for debugging by tracking collective operations in distributed training environments.
8+
69
Prerequisites
10+
---------------------
711

8-
- Python 3.8 - 3.11
9-
- PyTorch 2.2 or later
12+
* Python 3.8 - 3.11
13+
* PyTorch 2.2 or later
1014

1115

1216
What is CommDebugMode and why is it useful

0 commit comments

Comments
 (0)