Installation¶
This package is Linux only and requires Python >=3.9. It is recommended to install the package in a virtual environment of your choice.
$ python -m venv venv # or $ virtualenv venv
$ . venv/bin/activate
$ pip install torch # torch install instructions may differ
$ pip install . # use -e for editable mode
ColossalAI can be installed to use the FusedAdam
and FusedLAMB
optimizers.
See the directions here.
Development Installation¶
Development installation instructions are provided in the Contributing Guide.
System Specific Installation¶
Below are installation guides for specific HPC systems.