jax-windows-builder
jax-windows-builder copied to clipboard
A community supported Windows build for jax.
I can't seem to get around this error. What am I doing wrong? git : fatal: not a git repository (or any of the parent directories): .git At C:\jax-windows-builder\bazel-build-cpu.ps1:45 char:5...
A [Stack Overflow user reported a problem](https://stackoverflow.com/questions/71977751/jax-linear-solve-issues/71991833?noredirect=1) with these JAX builds of the error in the title when running the following code: ``` python import jax.numpy as jnp a =...
Unless I missed something, all cuda111 releases here https://whls.blob.core.windows.net/unstable/index.html are compiled with cuDNN 8.2.x. Is there a plan to support cuDNN 8.0.5 for the pre-made releases? And while that is...
Attempting to switch between multiple versions of cudnn will result in the following error, it is unclear what caused it. Can you help me? [libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/text_format.cc:337] Error parsing text-format...
Hi there, First of all, thank you for supporting windows! I've used this build before with great success. However, at the moment it's not working, nor can I find a...
I'm trying to find a method of installing JAX v4.11 from [here](https://whls.blob.core.windows.net/unstable/cuda/jaxlib-0.4.11+cuda.cudnn89-cp311-cp311-win_amd64.whl). Q. Would it be possible to build a wheel for cudnn v8.8? The reason? Unfortunately, there are no...
Hi, I just installed `[cuda/jaxlib-0.4.11+cuda.cudnn89-cp311-cp311-win_amd64.whl](https://whls.blob.core.windows.net/unstable/cuda/jaxlib-0.4.11+cuda.cudnn89-cp311-cp311-win_amd64.whl)`. I have CUDA 11.7 and CUDNN 8.9.2. When I run this: ``` import jax from jax.lib import xla_bridge print(xla_bridge.get_backend().platform) jax.numpy.array(1.0) ``` I get the correct...
I've just installed the jax + jaxlib from jaxlib-0.3.25+cuda11.cudnn82-cp310-cp310-win_amd64.whl and I'm getting the following error: ``` Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32...
We installed the Jaxlib package following the the instructions in readme file. I am using Jaxlib and lightweight_mmm library to perform Bayesian approach to marketing mix modelling. The package is...
FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.
Thank you for sharing, it has brought me a lot of convenience. Recently, I encountered the following error when updating JAX: ```python --------------------------------------------------------------------------- XlaRuntimeError Traceback (most recent call last) Cell...