Skip to content

Commit b83178a

Browse files
fix typo (#3149)
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 46943d6 commit b83178a

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)