Address comments for change log

This commit is contained in:
Ran Ran 2022-10-05 18:16:49 +00:00
parent 4870fd3be8
commit f3ded0fc1e

View File

@ -8,12 +8,13 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
-->
## jax 0.3.22 (Oct 5, 2022)
## jax 0.3.22
* Changes
* Add `JAX_PLATFORMS=tpu,cpu` as default setting in TPU initialization,
so JAX will raise an error if TPU cannot be initialized instead of falling
back to CPU. Users are able to override this behavior to automatically choose
an available backend by setting `JAX_PLATFORMS=''`.
back to CPU. Set `JAX_PLATFORMS=''` to override this behavior and automatically
choose an available backend (the original default), or set `JAX_PLATFORMS=cpu`
to always use CPU regardless of if the TPU is available.
## jaxlib 0.3.22