-
I bought a new RTX 5080 and I'm trying to run JAX on it. It's not working, i.e. I'm getting this:
I wonder whether it's because I have the wrong CUDA version. I initially tried CUDA 12.8 which didn't work. Then I tried CUDA 12.3 which didn't work either. Is there a different CUDA version I should use? Update: I tried building JAX, and got these wheels:
I installed them, but still JAX doesn't use the GPU:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
The released version should work. For a Blackwell GPU, you probably need CUDA 12.8 at a minimum. What goes wrong when you try with the released version? |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
I had Thank you everyone for helping. |
Beta Was this translation helpful? Give feedback.
I had
export JAX_PLATFORMS=cpu
in one of my dotfiles 😩Thank you everyone for helping.