getitune-optimizing-a-model

Installation
SKILL.md

Optimizing (quantizing) a model with getitune

getitune applies post-training quantization (PTQ) via NNCF to shrink an exported OpenVINO model and speed up inference. Quantization runs on an OpenVINO model (an exported .xml), producing an INT8 version.

Run everything from library/.

Workflow

from getitune.engine import create_engine
Installs
68
GitHub Stars
1.3K
First Seen
Jul 17, 2026
getitune-optimizing-a-model — open-edge-platform/geti