From 6e4798d8ca69817740d9df006dad1d13e78c64e2 Mon Sep 17 00:00:00 2001 From: "G.O.D" <32255912+gameofdimension@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:15:09 +0800 Subject: [PATCH] fix typo --- 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 ee437f06f96..17ce3c4859e 100644 --- a/recipes_source/distributed_device_mesh.rst +++ b/recipes_source/distributed_device_mesh.rst @@ -164,7 +164,7 @@ DeviceMesh allows users to slice child mesh from the parent mesh and re-use the # Users can access the underlying process group thru `get_group` API. replicate_group = hsdp_mesh["replicate"].get_group() - shard_group = hsdp_mesh["Shard"].get_group() + shard_group = hsdp_mesh["shard"].get_group() tp_group = tp_mesh.get_group()