How to install jax and jaxlib by using github url #18863
Replies: 2 comments 6 replies
-
I don't think we ever actually released a Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Ok. I decided build from source but I got one error.
I'm running it inside a nvidia jetson orin nano which is aarch64 architecture. The sistem has already installed bazel-1.2.1 which is compatible for aarch64. Do you have any idea about what is happening? I will appreciate it. Thanks in advance. PD: I also tried to run:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have python 3.9 in my device. When I run:
pip install jax and jaxlib
This is installing the version jax-0.4.21 jaxlib-0.4.21 However I need the version 0.4.5 for both jax and jaxlib.
When I run:
pip install jax==0.4.5 jaxlib==0.4.5
This is throwing this error:
I don't kwno why happens it. Lately I decide to install jax by using the git url, of this way:
pip install "git+https://github.com/google/[email protected]"
This throwed this message:
This seems that first we need to install jaxlib, but I don't know how install this through github url. I just know that (https://github.com/google/jax/releases/tag/jax-v0.4.5) is the github repo for jax but I don't know where is the github repo for jaxlib.
I will appreciate any idea to fix this problem guys, thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions