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

desilike+jax fix on macbook #29

Open
pmcdonal opened this issue Feb 12, 2024 · 0 comments
Open

desilike+jax fix on macbook #29

pmcdonal opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pmcdonal
Copy link
Member

As I once said about cosmoprimo, putting
if jax.default_backend() != "METAL" :
in front of the jax_enable line will prevent desilike import + jax disaster on my macbook...

from jax.config import config; config.update('jax_enable_x64', True)

@pmcdonal pmcdonal added the enhancement New feature or request label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant