You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated on Feb 16, 2024
Importing the jax.config submodule via import jax.config is deprecated.
To configure JAX use import jax and then reference the config object via jax.config.
The text was updated successfully, but these errors were encountered:
According to the official jax source page: https://github.com/google/jax/blob/main/jax/config.py
updated on Feb 16, 2024
Importing the jax.config submodule via
import jax.config
is deprecated.To configure JAX use
import jax
and then reference the config object viajax.config
.The text was updated successfully, but these errors were encountered: