getitune-running-inference

Installation
SKILL.md

Running inference with getitune

getitune runs inference through engine.predict() (per-item predictions) and engine.test() (metrics on the test subset). The same calls work whether the engine holds a PyTorch model or an exported OpenVINO/ONNX model — the backend is selected from what you pass to model=.

Run everything from library/.

PyTorch inference (trained model)

from getitune.engine import create_engine
Installs
15
GitHub Stars
2
First Seen
Aug 19, 2026
getitune-running-inference — open-edge-platform/skills