Skip to content

Question on installing Jax using CUDA #20678

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

You must be logged in to vote

OK, I think the hardware is compatible. Next guess would be that your CUDNN version is incompatible with your CUDA version. Given that you have CUDA 10 installed locally, and CUDA 11 or 12 installed via pip, it's likely that there's cross-talk between the two installations. I'd make sure that your system paths are setup such that you're only loading one set of CUDA packages at runtime.

Alternatively, you could try wiping the CUDA 10 installation from your system, and installing CUDA 11 or CUDA 12 locally, so you can run jax against these and avoid having multiple CUDA versions on your system.

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@jakevdp
Comment options

@pengzhi1998
Comment options

@jakevdp
Comment options

Answer selected by pengzhi1998
@pengzhi1998
Comment options

@moskomule
Comment options

@pengzhi1998
Comment options

@jakevdp
Comment options

Comment options

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

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