-
I try to install jax with cuda support but I only get an old version installed. I have cuda 11.5 installed:
I have cuda installed in /usr/local/cuda-11.5 with links from /usr/local/cuda and /usr/local/cuda-11 Installed cuDNN 8.6 from cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz on top of this and can compile an example. The libraries are found by ldconfig:
I have a halfway recent driver:
I have an actual pip:
Yet when I try to issue the command
I get this:
I tried this with jax[cuda11_cudnn82] jax[cuda111] and jax[cuda11] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
One addition: |
Beta Was this translation helpful? Give feedback.
-
So
does the right thing. |
Beta Was this translation helpful? Give feedback.
So
https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
is the right link for the cuda versions nowadays instead ofhttps://storage.googleapis.com/jax-releases/jax_releases.html
. Sodoes the right thing.