-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
I am trying to install GPU-enabled jax and jaxlib onto a linux-based remote computer. I am following the instructions on this website: https://docs.jax.dev/en/latest/installation.html. However, when running pip install --upgrade "jax[cuda12]", I find a version incompatibility, where s2fft is incompatible with any jax version >=0.60. I have attempted to follow the instructions on the jax installation website for installing older versions, but fail to find any that are compatible with the GPU on this system, where my CUDA is 12.2, CUDNN is 8.9.3 and NCCL is 2.22.3.
I am wondering if there (a) plans to upgrade s2fft comptability to 0.6.0, or (b) any suggestions as to how I can install an older version jax and jaxlib onto my system.
Thank you.