Jaxlib for Cuda 11.8 #16952
Replies: 2 comments
-
jaxlib version 0.1.69 is quite old. It actually pre-dated the release of CUDA 11.8 by over a year, so I would not expect to find pre-built wheels for that version combination. I suspect you'll have more luck using a more recent version of JAX. If for some reason you absolutely need this old JAX version, your best bet would probably be to downgrade to a CUDA version more contemporary to that JAX release (circa September 2021). From the v0.1.69 installation instructions, it looks like that would be CUDA 11.3 or older. |
Beta Was this translation helpful? Give feedback.
-
You can install the cuda-compat-11-3 package. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to install jax and jaxlib for snerg (https://github.com/google-research/google-research/tree/master/snerg). Unfortunately when I try to install jax and jaxlib for Cuda 11.8 with the following command :
pip install --upgrade jax jaxlib==0.1.69+cuda118 -f https://storage.googleapis.com/jax-releases/jax_releases.html
I get the following error:
Would appreciate any help. Thanks
Beta Was this translation helpful? Give feedback.
All reactions