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
Various tests failed in the last scheduled run with an error message
AttributeError: register_custom_call_target has been removed in JAX v0.6.0; use the JAX FFI instead
This is due to JAX v0.6.0 being released on April 16th 2025 which introduced some breaking changes. I believe #290 will address the issue in the longer term by using the JAX foreign function interface, but for now we may want to do a quickfix of pinning to jax<0.6.0
jax<0.6.0
The text was updated successfully, but these errors were encountered:
matt-graham
Successfully merging a pull request may close this issue.
Various tests failed in the last scheduled run with an error message
This is due to JAX v0.6.0 being released on April 16th 2025 which introduced some breaking changes. I believe #290 will address the issue in the longer term by using the JAX foreign function interface, but for now we may want to do a quickfix of pinning to
jax<0.6.0
The text was updated successfully, but these errors were encountered: