v0.3.21
JAX release v0.3.21
Changed 1
- The persistent compilation cache now warns instead of raising an exception on error, allowing program execution to continue if something goes wrong with the cache; set JAX_RAISE_PERSISTENT_CACHE_ERRORS=true to revert this behavior
- Changes
- The persistent compilation cache will now warn instead of raising an
exception on error ({jax-issue}
#12582), so program execution can continue if something goes wrong with the cache. SetJAX_RAISE_PERSISTENT_CACHE_ERRORS=trueto revert this behavior.
- The persistent compilation cache will now warn instead of raising an
exception on error ({jax-issue}