Skip to content
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

ability to load jax & jaxlib on a Nvidia Xavier running Jetpack v5.0.1 #15168

Closed
3 tasks
pdavis39 opened this issue Mar 23, 2023 · 1 comment
Closed
3 tasks
Labels
enhancement New feature or request NVIDIA GPU Issues specific to NVIDIA GPUs

Comments

@pdavis39
Copy link

Please:

  • The environment is ubuntu 20.04 & Jetpack v5.0.1 - build follows Jetson Zoo website
  • I have tried to both compile jax without success. pip3 install jax[cuda] works. However if I run pip3 install jaxlib I get an error code Error: No matching distribution found for jaxlib
  • when I have tried to compile, the .cache for bazel uses all my free disk space.

Thanks in advance for your assistance,

Paul

@pdavis39 pdavis39 added the enhancement New feature or request label Mar 23, 2023
@mjsML mjsML added the NVIDIA GPU Issues specific to NVIDIA GPUs label Mar 24, 2023
@hawkinsp
Copy link
Collaborator

We currently only provide x86_64 wheels, which is why the pip installation does not work. There aren't a lot of alternatives to building from source at the moment. You could try building from source on a different aarch64 machine with more disk space, or cross-compile.

Closing as a duplicate of #7097

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request NVIDIA GPU Issues specific to NVIDIA GPUs
Projects
None yet
Development

No branches or pull requests

3 participants