-
Notifications
You must be signed in to change notification settings - Fork 19
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
Automatic turning up x64 #33
Comments
That's on by default because:
I am curious what use case you had trouble with? |
I understand you have good reasons to do so! I wrapped It's in a sense |
A good news is that I am working on the |
excited about the next developments of pmwd ! (and closing btw, now that it's been solved) |
The global configuration of
jax
is altered in theconfiguration.py
file:jax.config.update('jax_enable_x64', True)
This does may clash with user defined 'x64' policies and is a nightmare to debug!
Otherwise: thanks again for the great piece of code!
The text was updated successfully, but these errors were encountered: