INT4 k-quant (MatMulNBits) — smallest and fastest ONNX model converted from
NVIDIA Nemotron 3.5 ASR Streaming 0.6B to
native ONNX opset 24 for CPU inference with
ONNX Runtime GenAI.
1using NemotronSpeech;
2
3using var session = new ModelSession(
4 modelPath: "path/to/this/model",
5 executionProvider: "cpu",
6 langId: null,
7 useVad: false);
1NemotronSpeech.exe <model_path> <audio_file> cpu
2NemotronSpeech.exe <model_path> --mic cpu --language en
Larger windows give the encoder more context, which improves WER — especially
noticeable for quantized (INT4) builds and code-switched / multilingual audio.