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

23 September error : AttributeError: 'Config' object has no attribute 'jax_experimental_name_stack' #576

Open
f3mf3m opened this issue Nov 23, 2022 · 3 comments

Comments

@f3mf3m
Copy link

f3mf3m commented Nov 23, 2022

Hi

tried mono or mulit, same issue

Thank's

FH

@kidming
Copy link

kidming commented Nov 24, 2022

Yeah, same problem.

@anupam-tiwari
Copy link

This is an upgrade from google, the newest version of colab by default takes up jax 0.3.25 (https://colab.research.google.com/notebooks/relnotes.ipynb#scrollTo=iOWrh41ocOca) which has no support for 'jax_experimental_name_stack', I have solved this issue by downgrading colab jax to 0.3.17, you can do it by adding this command: !pip install --upgrade "jax[cuda]==0.3.17" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html and then restarting the runtime

@kidming
Copy link

kidming commented Dec 1, 2022

I tried it, jax goes back to 0.3.17 but it comes with other problems. May I ask which line you put in this commands?

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

3 participants