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

Avoid use of deprecated jax.tree_map #724

Merged
merged 1 commit into from
May 15, 2024

Conversation

jakevdp
Copy link
Contributor

@jakevdp jakevdp commented May 15, 2024

jax.tree_map was deprecated in JAX v0.4.26; preferred replacements are jax.tree.map (JAX v0.4.25 or later) or jax.tree_util.tree_map (any JAX version).

@patrick-kidger patrick-kidger merged commit 62304f5 into patrick-kidger:main May 15, 2024
2 checks passed
@patrick-kidger
Copy link
Owner

Cheers Jake -- LGTM! Seems like these snuck through.

@jakevdp jakevdp deleted the tree-utils branch May 15, 2024 18:30
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 this pull request may close these issues.

2 participants