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 c667015 commit 9a40f62Copy full SHA for 9a40f62
recipes_source/distributed_device_mesh.rst
@@ -163,7 +163,7 @@ DeviceMesh allows users to slice child mesh from the parent mesh and re-use the
163
tp_mesh = mesh_3d["tp"]
164
165
# Users can access the underlying process group thru `get_group` API.
166
- replicate_group = hsdp_mesh["Replicate"].get_group()
+ replicate_group = hsdp_mesh["replicate"].get_group()
167
shard_group = hsdp_mesh["Shard"].get_group()
168
tp_group = tp_mesh.get_group()
169
0 commit comments