Skip to content

Commit

Permalink
[shard_map docs]: Fix doc typos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 656265100
  • Loading branch information
Google-ML-Automation authored and jax authors committed Jul 26, 2024
1 parent 0f834cd commit 8ed94bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/shard_map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@
"id": "3e76bcfd",
"metadata": {},
"source": [
"And wee shard the right-hand side argument (can think: activations) on its\n",
"And we shard the right-hand side argument (can think: activations) on its\n",
"contracting dimension, with a similar sharding for the output:"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/shard_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ lhs_spec = P('i', None)
lhs = device_put(jax.random.normal(jax.random.key(0), (8, 8)), lhs_spec)
```

And wee shard the right-hand side argument (can think: activations) on its
And we shard the right-hand side argument (can think: activations) on its
contracting dimension, with a similar sharding for the output:

```{code-cell}
Expand Down

0 comments on commit 8ed94bc

Please sign in to comment.