Official, verified FP32 ONNX Runtime export of
Inflect-Nano-v2.
This repository is a
format export only: no training, pruning, or
quantization was applied.
1python -m pip install -r onnx/requirements.txt
2python onnx/inference_onnx.py \
3 --text "A small voice can still have something meaningful to say." \
4 --output sample.wav \
5 --provider cpu
See the complete
ONNX guide for the Python API, provider
selection, long-text behavior, parity measurements, checksums, and
reproducible export instructions.
The graphs pass ONNX checker validation, dynamic-length inference,
short- and long-form synthesis, seed determinism, and direct numerical parity
testing against the canonical PyTorch checkpoint. See
onnx/parity_report.json and
onnx/SOURCE.json.
The canonical architecture, evaluation, audio samples, PyTorch checkpoint, and
project documentation remain at
owensong/Inflect-Nano-v2.