Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug:“ModuleNotFoundError: No module named 'jax.config'” #447

Open
duhongfei86 opened this issue Sep 16, 2024 · 0 comments
Open

bug:“ModuleNotFoundError: No module named 'jax.config'” #447

duhongfei86 opened this issue Sep 16, 2024 · 0 comments

Comments

@duhongfei86
Copy link

from:jax-ml/jax#18403

Importing config from the jax.config module is deprecated. So instead of this:
from jax.config import config
You can do this:
from jax import config

The latter has been the recommended import for a long time, but in JAX 0.4.20 we started raising a deprecation warning for the former pattern, and in a future release the former pattern will no longer be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant