Install with GPU support #98
Unanswered
seanjkanderson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Moving to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble getting GPJax to install correctly on an Ubuntu server. I'm using the server because it has GPU support, and in general I can install jax and it's dependencies and run a script (without GPJax) with GPU support.
So I took a look at the installation page for GPJax: https://gpjax.readthedocs.io/en/latest/installation.html
and also tried to follow the Jax install guide: https://github.com/google/jax#installation
If I install GPJax first, then when I go to setup CUDA support with
pip install "jax[cuda11_cudnn805]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
I get
Now if I try to naively run my scripts that utilize GPJax, I get the following error:
I'm running this on Ubuntu 20.04.3 and have tried python 3.8-3.10 without luck. If I don't use the GPU support, I can run my scripts but obviously don't get the GPU benefits.
I would similarly be interested in knowing how to install on a colab notebook as
!pip install
gpjax results in:Thanks!
Beta Was this translation helpful? Give feedback.
All reactions