jax-cuda12-pjrt
JAX XLA PJRT Plugin for NVIDIA GPUs
What it is and what it does
jax-cuda12-pjrt is a plugin that connects JAX's XLA compiler to NVIDIA GPUs via the PJRT (Portable Runtime) interface, enabling GPU-accelerated execution of JAX programs on CUDA 12 hardware. It allows you to write numerical code using JAX's NumPy-like API and automatic differentiation, then compile and run it efficiently on NVIDIA accelerators.
The package is a specialized distribution component of JAX itself—it bundles the PJRT runtime plugin for CUDA 12 in a platform-specific wheel. Installation brings GPU support to JAX's core transformations (grad, jit, vmap) without requiring manual compilation of the plugin. It is actively maintained and carries no known security vulnerabilities.
Use it for:
- Training deep learning models on NVIDIA GPUs using JAX's automatic differentiation and JIT compilation.
- Running large-scale numerical simulations and scientific computing workloads with GPU acceleration.
- Developing machine learning research code that needs efficient gradient computation across GPU clusters.
- Accelerating array operations and linear algebra computations on NVIDIA hardware without writing CUDA code.
- Deploying JAX-based inference pipelines that require GPU performance for production inference.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides NVIDIA GPU acceleration for JAX numerical computing via the PJRT plugin, enabling compiled array operations and automatic differentiation on CUDA 12 hardware.
Yes, if you are using JAX on an NVIDIA GPU with CUDA 12 and need GPU acceleration. The plugin is actively maintained, carries no known vulnerabilities, and is essential for GPU-backed JAX workloads. Install friction is moderate due to platform specificity and CUDA 12 runtime dependency, but this is expected for GPU-accelerated packages. Not needed if you are using CPU-only JAX or a different GPU backend.
Install
jax-cuda12-pjrt on PyPI
pip
pip install jax-cuda12-pjrtuv
uv add jax-cuda12-pjrtpoetry
poetry add jax-cuda12-pjrtInstalling jax-cuda12-pjrt
Before you install
Medium install friction due to platform-specific wheels (manylinux_2_27 x86_64 and aarch64 only) and CUDA 12 runtime dependency. Active maintenance with recent releases; no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most production and research deployments.
Quickstart
pip install jax-cuda12-pjrt
import jax
import jax.numpy as jnp
# JAX operations now run on NVIDIA GPU
result = jax.jit(lambda x: jnp.dot(x, x))(jnp.ones((100, 100)))
Requires NVIDIA GPU with CUDA 12 support and CUDA 12 runtime libraries installed on the system; only available for Linux x86_64 and aarch64 platforms.
Verify before relying
- Whether this package is a standalone plugin or requires a separate JAX installation as a prerequisite.
- Specific NVIDIA GPU compute capability requirements beyond CUDA 12 support.
- Performance characteristics compared to other JAX GPU backends or configurations.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 774,416/month — #5,095 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jax_cuda12_pjrt-0.11.0-py3-none-manylinux_2_27_aarch64.whl; jax_cuda12_pjrt-0.11.0-py3-none-manylinux_2_27_x86_64.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
jax-cuda13-pjrtProvides NVIDIA GPU acceleration for JAX…
permissive · top 15,000 on PyPI
tokamaxTokamax provides custom accelerator kernels for…
permissive · top 15,000 on PyPI
augmaxAugmax is a JAX-based image data augmentation…
permissive · top 15,000 on PyPI
jax-cuda13-pluginProvides NVIDIA GPU support for JAX by enabling…
permissive · top 15,000 on PyPI
jax-cuda12-pluginEnables JAX to run numerical computations and…
permissive · top 15,000 on PyPI
jaxlibjaxlib is the compiled XLA backend that enables…
permissive · top 5,000 on PyPI
torchaxtorchax is a PyTorch backend that runs PyTorch…
permissive · top 15,000 on PyPI
jmpJMP provides mixed precision training support…
permissive · top 15,000 on PyPI
jaxJAX is a Python library for automatic…
permissive · top 1,000 on PyPI
jax-jumpyJax-jumpy provides a unified interface that…
permissive · top 15,000 on PyPI