diff --git a/recipes_source/distributed_comm_debug_mode.rst b/recipes_source/distributed_comm_debug_mode.rst index 431b433aca..f7e3265802 100644 --- a/recipes_source/distributed_comm_debug_mode.rst +++ b/recipes_source/distributed_comm_debug_mode.rst @@ -4,7 +4,8 @@ Using CommDebugMode **Author**: `Anshul Sinha `__ -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. +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. Prerequisites ---------------------