optimum-onnx 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 Optimum ONNX, you can do:

pip install "optimum-onnx[onnxruntime]"@git+https://github.com/huggingface/optimum-onnx.git

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

python -m pip install git+https://github.com/huggingface/optimum-onnx.git