JAX PJRT plugin for NVIDIA GPUs using CUDA 13. Provides the XLA compiler backend for JAX on NVIDIA hardware. Version 0.10.0 aligns with JAX v0.10.0. Release cadence follows JAX releases.
pip install jax-cuda13-pjrtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import the plugin to register the CUDA 13 backend, then use JAX as usual.
Always import jax_cuda13_pjrt at the top of your script.
Ensure jax==0.10.0 and jax-cuda13-pjrt==0.10.0 are installed together.
Verify your CUDA version with nvcc --version. If CUDA < 13, use jax-cuda12-pjrt instead.