Skip to content

Commit 50afd98

Browse files
committed
Use 2nd-person language in dtensor guide
1 parent 9eab37c commit 50afd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/core/distribution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
" queue = tf.nest.map_structure(lambda x: tf.split(x, num_splits, axis=axis), queue)\n",
486486
" sharded_dims.append(dim)\n",
487487
"\n",
488-
" # Now we can build the list of component tensors by looking up the location in\n",
488+
" # Now you can build the list of component tensors by looking up the location in\n",
489489
" # the nested list of split-tensors created in queue[0].\n",
490490
" components = []\n",
491491
" for locations in layout.mesh.local_device_locations():\n",

0 commit comments

Comments
 (0)