JAX plugin providing NVIDIA GPU support for CUDA 13.x. Version 0.10.0 is compatible with JAX v0.10.0. Release cadence follows JAX releases.
pip install jax-cuda13-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Verify GPU device is detected after installing plugin.
Install jax-cuda13-plugin==0.10.0 alongside jax==0.10.0.
Verify CUDA version with `nvidia-smi`; install appropriate plugin (e.g., jax-cuda12-plugin for CUDA 12).
Do not import plugin explicitly; just install and import jax.
Install CUDA 13.x from NVIDIA and ensure LD_LIBRARY_PATH includes /usr/local/cuda-13/lib64.
Run `pip install jax-cuda13-plugin==0.10.0` matching your JAX version.
Update NVIDIA driver to version that supports CUDA 13 (e.g., driver >= 545).