Optimum Intel documentation
Installation
Installation
To install the latest release of 🤗 Optimum Intel with the corresponding required dependencies, you can do respectively:
python -m pip install --upgrade-strategy eager "optimum-intel[openvino]"The --upgrade-strategy eager option is needed to ensure optimum-intel is upgraded to the latest version.
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:
python -m pip install "optimum-intel[openvino]"@git+https://github.com/huggingface/optimum-intel.git