docs: Parakeet TDT on tract is not an ort replacement - #90
Merged
Merged
Conversation
Shipping FP32 encoder and fused decoder_joint run on tract-onnx when shapes are bound; LSTM is explicit state ports, not an unfold. The weights-only INT8 encoder does not optimize. No RTFx or RSS win versus the companion's ONNX Runtime path. Keep ort isolated in polyvoice-asr.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shipping Parakeet TDT 0.6B v3 ONNX graphs were run on tract-onnx (same line as
backend-tract) and compared topolyvoice-transcribe/ ONNX Runtime on the 7.4 s LibriSpeech clip the sonos example uses.Result: do not move
polyvoice-asroff ONNX Runtime.decoder_jointrun when batch/time are bound. LSTM is explicit[2,1,640]state ports, not an unfold.MatMulNBits/ dynamic axes).wishdropped). Ort remains correct. Published long-file INT8 is 11.7×.Notes:
docs/parakeet-tract-measured.md,benchmarks/results/parakeet-tract-2026-09-21/. No production code.