Jax doesn't default to cpu when cuda is not available #22618
Unanswered
thomasgaudelet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a general requirement file that I use across devices, including for unit testing on github, but since latest version of jax, it is crashing when there are no gpu available with the error:
It seems that the package doesn't default to using cpu now when there's no gpu available. Is it intended? It seems linked to the jax-cuda12-plugin extra requirements as I didn't have this issue with 0.4.28 release and ["cuda_pip"].
Beta Was this translation helpful? Give feedback.
All reactions