Optimum Intel documentation

Installation

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Installation

To install the latest release of 🤗 Optimum Intel with the corresponding required dependencies, you can do respectively:

pip install -U optimum-intel

We recommend creating a virtual environment and upgrading pip with :

python -m pip install --upgrade pip

Optimum Intel is a fast-moving project, and you may want to install from source with the following command:

pip install optimum-intel@git+https://github.com/huggingface/optimum-intel.git