Skip to content

JAX release v0.3.21

Choose a tag to compare

@skye skye released this 03 Oct 17:29
· 23280 commits to main since this release
  • 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. Set
      JAX_RAISE_PERSISTENT_CACHE_ERRORS=true to revert this behavior.