How Tos#

Installation and Setup#

Olive Command Lines#

The Olive CLI provides a set of primitives such as quantize, finetune, onnx-graph-capture, auto-opt that enable you to easily optimize select models and experiment with different cutting-edge optimization strategies without the need to define workflows.

-How to use the olive optimize command to optimize a Pytorch model

Olive Python API#

Customize Workflow (aka Recipes)#

Extend Olive#