jax on windows
#5607
Replies: 2 comments 2 replies
-
Jax itself should install via pip on Windows, it is jaxlib that needs to build from source. I managed to get jaxlib 0.1.59 to build using the Bazel build system. The only trick I had to do was override the version of Bazel that was used. I believe Jax build files instructs a download of 3.1.0 and I had to replace it with 3.7.0 (and rename as if it was 3.1.0) in /build directory. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Looks like there is a ticket exactly relevant to this topic: #5795 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it looks like there has been some recent work on getting jax to work on windows. However, all the relevant tickets have been closed or merged. As far as I can tell, jax is not quite
conda install jax
ready for windows. Is that work being tracked somewhere?I would love to use jax in my programming class and show students how autograd makes numpy so much more powerful! Since most of them are on windows and not yet very technically savvy, an easy windows install is a requirement.
Beta Was this translation helpful? Give feedback.
All reactions