Installing jaxlib with cuda11.cudnn82 #11443
-
When I run:
I am running on a Linux machine with python 3.7 and pip 22.1.2. I am quite sure this used to work until recently and I can't think of any changes in my environment. Installing jaxlib without the cuda extensions works just fine. Similarly, if I directly provide a wheel, I can also install with no issues: But there are no cuda11 wheels for any version > 0.3.5 - again I am quite sure there used to be. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The path to the (Sorry, splitting the CPU and GPU wheels has broken things because the path has changed. But we're not going to change it back now because that would be more disruptive.) |
Beta Was this translation helpful? Give feedback.
-
That was it, thank you! No amount of Googling led me to that README page... |
Beta Was this translation helpful? Give feedback.
The path to the
cuda
wheels changed, see: https://github.com/google/jax#pip-installation-gpu-cuda(Sorry, splitting the CPU and GPU wheels has broken things because the path has changed. But we're not going to change it back now because that would be more disruptive.)