Closed aurelio-amerio closed 3 weeks ago
I believe from jax.config import config is a typo and it should be changed to from jax import config.
from jax.config import config
from jax import config
Summary of changes
I hadn't realized there was a PR going on
Description
I believe
from jax.config import config
is a typo and it should be changed tofrom jax import config
.Summary of changes
from jax.config import config
->from jax import config
Resolved Issues