From 175c94f8f0f44abf44452aa51da64e6e4cba8c3d Mon Sep 17 00:00:00 2001 From: Aravinda Kumar <76619616+surprisedPikachu007@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:14:32 +0530 Subject: [PATCH] Update distributed_device_mesh.rst fixed a typo in the link --- recipes_source/distributed_device_mesh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/distributed_device_mesh.rst b/recipes_source/distributed_device_mesh.rst index dbc4a810434..d41d6c1df18 100644 --- a/recipes_source/distributed_device_mesh.rst +++ b/recipes_source/distributed_device_mesh.rst @@ -156,4 +156,4 @@ they can be used to describe the layout of devices across the cluster. For more information, please see the following: - `2D parallel combining Tensor/Sequance Parallel with FSDP `__ -- `Composable PyTorch Distributed with PT2 `__ +- `Composable PyTorch Distributed with PT2 `__