Optimum Intel documentation
Installation
Optimum Intel
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