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

Jax version #15

Open
afrendeiro opened this issue Mar 12, 2024 · 1 comment
Open

Jax version #15

afrendeiro opened this issue Mar 12, 2024 · 1 comment

Comments

@afrendeiro
Copy link
Contributor

With the latest jax=='0.4.25' and jaxlib=='0.4.25' I get:

import nanodl
# AttributeError: module 'jax.random' has no attribute 'KeyArray'
@HMUNACHI
Copy link
Owner

HMUNACHI commented Mar 12, 2024

Thanks for this, it seems to work on my end.

import jax, nanodl

print(f"JAX version: {jax.__version__}")
print(f"JAX version: {nanodl.__version__}")
JAX version: 0.4.25
JAX version: 1.2.0.dev1

Does the error only throw when importing? If not, could you paste the full code?

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

2 participants