Installation
Let's install JAX on the local machine and get working!
Installing JAX is ridiculously easy, similar to NumPy or any other Python library.
CPU-only installation
If you don’t have GPU support, you can still code JAX on your CPU.
- Upgrade the
pip
:pip install --upgrade pip
- Install JAX:
pip install --upgrade "jax[cpu]"
Get hands-on with 1400+ tech skills courses.