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