Issue installing older version of JAX with CUDA11 #21454
Replies: 3 comments 12 replies
-
I've also been unable to install jax with CUDA 11 since they dropped support for it. I have a different error when I try to create an array:
If a member of the jax team could tell us how to install for CUDA 11, that would be very helpful... |
Beta Was this translation helpful? Give feedback.
-
Hi @seishiroono Thanks for the report. JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been dropped. |
Beta Was this translation helpful? Give feedback.
-
@seishiroono I'm not sure what the root cause is here, but I suspect it may be one of two things (1) perhaps the cudnn version mismatch is causing a problem (2) perhaps you have a different CUDA version installed on your system somewhere that is being found at runtime before your conda-installed version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to JAX version 0.4.25 (or 0.4.24) with CUDA 11. I followed the recommended command here:
Since it is an older version of JAX, I think I have to introduce CUDA environment by myself.
Then, I performed the following commands. (I could not find
CuDNN 8.6
in conda)Error
When I did the following, I found that my GPUs were not recognized.
System info (python version, jaxlib version, accelerator, etc.)
Beta Was this translation helpful? Give feedback.
All reactions