Update jax_array_migration.md

This commit is contained in:
Yash Katariya 2022-11-18 08:11:22 -08:00 committed by GitHub
parent 29d75324a3
commit 1824be772e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ disable `jax.Array` and see if the issues go away.
### How can I disable jax.Array for now?
Through March 15, 2023 it will be possible to disable jax.Array by:
Through **March 15, 2023** it will be possible to disable jax.Array by:
* setting the shell environment variable `JAX_ARRAY` to something falsey
(e.g., `0`);