Skip to content

Commit

Permalink
Merge pull request #21077 from merrymercy:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 631409738
  • Loading branch information
jax authors committed May 7, 2024
2 parents 70b4477 + 0eed28a commit 500da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def jit(
``in_shardings`` or an error is raised, and the compiled computation has
input shardings corresponding to ``in_shardings``. If not provided, the
compiled computation's input shardings are inferred from argument
sharings.
shardings.
out_shardings: optional, a :py:class:`Sharding` or pytree with
:py:class:`Sharding` leaves and structure that is a tree prefix of the
output of ``fun``. If provided, it has the same effect as applying
Expand Down

0 comments on commit 500da57

Please sign in to comment.