Merge pull request #13202 from google:yashk2810-patch-18

PiperOrigin-RevId: 487701933
This commit is contained in:
jax authors 2022-11-10 19:15:29 -08:00
commit dc0d7ba368

View File

@ -305,8 +305,6 @@ global `jax.Array` and then pass that to `pjit`.
The most common example of such a host local input is a **batch of input data**.
See this cl/486388872 as an example of how to do that.
This will work for any host local input (not just a batch of input data).
```