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

Deprecation warning in jax 0.4.38 #913

Closed
FFroehlich opened this issue Dec 18, 2024 · 0 comments · Fixed by #915
Closed

Deprecation warning in jax 0.4.38 #913

FFroehlich opened this issue Dec 18, 2024 · 0 comments · Fixed by #915

Comments

@FFroehlich
Copy link

venv/lib/python3.11/site-packages/equinox/__init__.py:3: in <module>
    from . import debug as debug, internal as internal, nn as nn
venv/lib/python3.11/site-packages/equinox/debug/__init__.py:1: in <module>
    from ._announce_transform import announce_transform as announce_transform
venv/lib/python3.11/site-packages/equinox/debug/_announce_transform.py:127: in <module>
    announce_jaxpr_p = jax.core.Primitive("announce_jaxpr")
venv/lib/python3.11/site-packages/jax/_src/deprecations.py:55: in getattr
    warnings.warn(message, DeprecationWarning, stacklevel=2)
E   DeprecationWarning: jax.core.Primitive is deprecated. Use jax.extend.core.Primitive instead, and see https://jax.readthedocs.io/en/latest/jax.extend.html for details.
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

Successfully merging a pull request may close this issue.

1 participant