Installation¶
Prerequisites¶
- Python 3.10+
- CUDA-capable GPU (recommended)
- CUDA 12 toolkit
Install JAX¶
# CUDA 12
pip install -c constraints.txt --upgrade "jax[cuda12_pip]==0.5.0" \
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# CPU-only
pip install --upgrade "jax[cpu]==0.5.0"
Install Dependencies¶
Verify Installation¶
You should see your GPU(s) listed.