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
14
GitHub Stars
1.3K
First Seen
9 days ago
getitune-optimizing-a-model — open-edge-platform/geti