Skip to content

Install old JAX version (0.2.8) with CUDA and CUDNN #18571

Closed Answered by jakevdp
hmonkey17 asked this question in Q&A
Discussion options

You must be logged in to vote

cuda11_pip was only added in JAX v0.4.11 (pip-installable CUDA binaries are a relatively recent development).

You can look at old versions of the documentation to see the installation instructions from that era: https://github.com/google/jax/tree/jax-v0.2.8#pip-installation. This is what it recomments, which is close to the third command in your question:

pip install jax==0.2.8
pip install jaxlib==0.1.57+cuda110 -f https://storage.googleapis.com/jax-releases/jax_releases.html

jaxlib v0.1.59 may also be compatible with jax v0.2.8: you'll have to double-check jax/jaxlib version compatibility, that was before we had a predictable version numbering scheme between the two distributions.

This …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hmonkey17
Comment options

Answer selected by hmonkey17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants