Skip to content

Commit 9a40f62

Browse files
authored
Update distributed_device_mesh.rst
1 parent c667015 commit 9a40f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/distributed_device_mesh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ DeviceMesh allows users to slice child mesh from the parent mesh and re-use the
163163
tp_mesh = mesh_3d["tp"]
164164
165165
# Users can access the underlying process group thru `get_group` API.
166-
replicate_group = hsdp_mesh["Replicate"].get_group()
166+
replicate_group = hsdp_mesh["replicate"].get_group()
167167
shard_group = hsdp_mesh["Shard"].get_group()
168168
tp_group = tp_mesh.get_group()
169169

0 commit comments

Comments
 (0)