Disabling memory preallocation fails since last release #19014
Unanswered
Justin-Tan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you check something for me: how did you install JAX? Share the output of (I can't see why it would have stopped working, but one hypothesis is you used the newer plugin installation which we documented briefly although removed from our instructions again because we found a small defect.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Usually I disable memory preallocation on GPU using the following snippet at the start of any script:
This works for jax <= 0.4.20, but not for the current 0.4.23 version. I first noticed this when upgrading and have done a complete reinstall of jax in a new virtualenv on my environment and the issue persists. I'm on Linux using cuda12 drivers and an Nvidia A5000 if that makes a difference.
Beta Was this translation helpful? Give feedback.
All reactions