//! Dev helper: quantize an arbitrary ONNX to INT8 with gigastt's native quantizer
//! (`quantize::quantize_model`) — used to INT8 the GigaAM-Multilingual CTC export
//! for the WER fp32-vs-int8 comparison (roadmap 130/133). Not part of the shipped
//! CLI; the `serve`/`download`/`quantize` subcommands wire the same function to the
//! gigastt model filenames.
//!
//! Usage: cargo run -p gigastt-core --example quantize_file -- <input.onnx> <output.onnx>
use Path;