Remove internal information

This commit is contained in:
Yash Katariya 2022-11-10 19:09:19 -08:00 committed by GitHub
parent 4a3b7f16ff
commit f0c0689a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).
```