Installation

Installation

To install 🌍 Optimum Habana, you first need to install SynapseAI and the Gaudi drivers by following the official installation guide. Then, 🌍 Optimum Habana can be installed using pip as follows:

Copied

python -m pip install --upgrade-strategy eager optimum[habana]

To use DeepSpeed on HPUs, you also need to run the following command:

Copied

python -m pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.12.0

Last updated