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

Jax issues with osx-arm64 (M2 core) #270

Closed
kottmanj opened this issue Feb 21, 2023 · 1 comment
Closed

Jax issues with osx-arm64 (M2 core) #270

kottmanj opened this issue Feb 21, 2023 · 1 comment

Comments

@kottmanj
Copy link
Collaborator

RuntimeError: This version of jaxlib was built using AVX instructions, which your CPU and/or operating system do not support. You may be able work around this issue by building jaxlib from source.

current fix: uninstall jax and jaxlib and install autograd (almost the same functionality).

e.g.

pip install tequila-basic
pip uninstall jax
pip uninstall jaxlib
pip install autograd
@kottmanj
Copy link
Collaborator Author

Can't fix this on tequila side. Will at some point provide M2 wheels on PyPi.

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

1 participant