Skip to content

Commit 6e4798d

Browse files
fix typo
1 parent 33753d3 commit 6e4798d

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
@@ -164,7 +164,7 @@ DeviceMesh allows users to slice child mesh from the parent mesh and re-use the
164164
165165
# Users can access the underlying process group thru `get_group` API.
166166
replicate_group = hsdp_mesh["replicate"].get_group()
167-
shard_group = hsdp_mesh["Shard"].get_group()
167+
shard_group = hsdp_mesh["shard"].get_group()
168168
tp_group = tp_mesh.get_group()
169169
170170

0 commit comments

Comments
 (0)