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

from jax.config import config is deprecated #4

Open
neteroster opened this issue Nov 19, 2024 · 0 comments
Open

from jax.config import config is deprecated #4

neteroster opened this issue Nov 19, 2024 · 0 comments

Comments

@neteroster
Copy link

neteroster commented Nov 19, 2024

Firstly, this is a great lib, thanks for your contribution. ☺️


When using latest jax, importing jaxfit leads to an error:

ModuleNotFoundError: No module named 'jax.config'

That's becuade from jax.config import config is deprecated: jax-ml/jax#18403

Instead, from jax import config should be used now.

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