Views
No views yet
tests/regression/README.md in that repo for the full design.<backend>/<sample-stem>/ref.gguf is the output of
tools/dump_reference.py --backend <backend> against the
corresponding source model, capturing the encoder output and a few
intermediate stages (per-layer activations for some backends). The
C++ runtime's crispasr-diff <backend> <gguf> <ref> <wav> reads
exactly this format and reports per-stage cosine similarity vs the
captured tensors.tests/regression/manifest.json's fixtures.revision field)
prevents drift between commits — re-dumping with a different
torch / NeMo / transformers version will not silently shift what
CI tests against.| Backend | Sample | Source model | Sample SHA |
|---|---|---|---|
parakeet-tdt-0.6b-ja | samples/ja/reazon_baseball_14s.wav | nvidia/parakeet-tdt_ctc-0.6b-ja @ 44edb27e | initial |
tests/regression/README.md
in CrispASR.