Skip to content

JAX

JAX is Autograd and XLA, brought together for high-performance machine learning research.

News

5.10.2022 Due to Puhti's update to Red Hat Enterprise Linux 8 (RHEL8), the number of supported JAX versions has been reduced. Please contact our servicedesk if you really need access to older versions.

Available

Currently supported JAX versions:

Version Module Puhti Mahti Notes
0.3.13 jax/0.3.13 X X
0.4.1 jax/0.4.1 X X default version

The modules contain JAX for Python with GPU support via CUDA.

If you find that some package is missing, you can often install it yourself with pip install --user. See our Python documentation for more information on how to install packages yourself. If you think that some important JAX-related package should be included in the modules provided by CSC, please contact our servicedesk.

The JAX modules are Apptainer (formerly Singularity)-based but wrapper scripts have been provided so that common commands such as python, python3, pip and pip3 should work as normal. For more information, see CSC's general instructions on how to run Apptainer containers.

License

JAX is licensed under Apache License 2.0.

Usage

To use this software on Puhti or Mahti, initialize it with:

module load jax

to access the default version.

Please note that the JAX modules already include CUDA and cuDNN libraries, so there is no need to load cuda and cudnn modules separately!

This will show all available versions of JAX:

module avail jax

The JAX modules include several libraries from the JAX ecosystem (e.g. Haiku, Flax, Trax, Objax, and Elegy). To check the exact packages and versions included in the loaded module you can run:

list-packages

Note

Note that the login nodes are not intended for heavy computing, please use slurm batch jobs instead. See our instructions on how to use the batch job system.

Note

Please do not read a huge number of files from the shared file system, use fast local disk or package your data into larger files instead! See the Data storage section in our machine learning guide for more details.

More information