We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
tried mono or mulit, same issue
Thank's
FH
The text was updated successfully, but these errors were encountered:
Yeah, same problem.
Sorry, something went wrong.
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
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?
No branches or pull requests
Hi
tried mono or mulit, same issue
Thank's
FH
The text was updated successfully, but these errors were encountered: