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

module 'jax.random' has no attribute 'KeyArray' #105

Open
monk279 opened this issue Aug 29, 2024 · 1 comment
Open

module 'jax.random' has no attribute 'KeyArray' #105

monk279 opened this issue Aug 29, 2024 · 1 comment

Comments

@monk279
Copy link

monk279 commented Aug 29, 2024

"module 'jax.random' has no attribute 'KeyArray'" occurs at the second block in both two Google Colab notebooks. It seems like the something goes wrong with the diffuerser from huggingface.

@denisgriaznov
Copy link

denisgriaznov commented Sep 11, 2024

I faced the same problem, found a solution, came here to ask the developers for changes and saw your question :)
This problem is solved by downgrading jax:

!pip install "jax[cuda12_pip]==0.4.23" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

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