Installation
Installation
To install the latest release of ๐ Optimum Intel with the corresponding required dependencies, you can do respectively:
Accelerator
Installation
pip install --upgrade-strategy eager "optimum[neural-compressor]"
pip install --upgrade-strategy eager "optimum[openvino,nncf]"
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 :
Copied
python -m pip install --upgrade pipOptimum Intel is a fast-moving project, and you may want to install from source with the following command:
Copied
python -m pip install git+https://github.com/boincai/optimum-intel.gitor to install from source including dependencies:
Copied
python -m pip install "optimum-intel[extras]"@git+https://github.com/boincai/optimum-intel.gitwhere extras can be one or more of neural-compressor, openvino, nncf.
Last updated