-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jax installation for GPU #50
Comments
fyi @Giulero @flferretti |
By default, the installation of JAX comes with the CPU version of pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html |
Personally I am aware of the installation process for using the GPU with Jax. I just wanted to point this out so that others are not confused when their code is not as fast as they hoped. |
Good point, would you be interested (if it is ok for the mantainer @Giulero) to add a sentence in the readme warning about this and perhaps linking to https://github.com/google/jax#instructions or https://jax.readthedocs.io/en/latest/installation.html#pip-installation-gpu-cuda-installed-via-pip-easier ? |
Thanks @stergiosba for opening the issue! @flferretti is right. |
I guess this is solved. Closing! |
As an additional info for anyone finding this via Google, since ~May 2025 the
on a |
The Jax pip installation only comes with the CPU version of Jax. Is this intended?
pip install adam-robotics[jax]
The text was updated successfully, but these errors were encountered: