We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46943d6 commit b83178aCopy full SHA for b83178a
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
164
165
# Users can access the underlying process group thru `get_group` API.
166
replicate_group = hsdp_mesh["replicate"].get_group()
167
- shard_group = hsdp_mesh["Shard"].get_group()
+ shard_group = hsdp_mesh["shard"].get_group()
168
tp_group = tp_mesh.get_group()
169
170
0 commit comments