feat(stt/parakeet): decode-loop fusion campaign — TDT v3 + EOU (LSTM gate + B1 fusion)#68
Open
Alex-Wengg wants to merge 1 commit into
Open
feat(stt/parakeet): decode-loop fusion campaign — TDT v3 + EOU (LSTM gate + B1 fusion)#68Alex-Wengg wants to merge 1 commit into
Alex-Wengg wants to merge 1 commit into
Conversation
LSTM gate: ios17.lstm in both prediction networks -> ANE categorically blocked (Kokoro PostAlbert finding); campaign is fusion-only. Fused decoder+joint_decision into one CoreML dispatch per step: - TDT v3: 1.27x/step vs shipped pair, 1.11x utterance decode loop (~2 ms/utt; fused pays LSTM on blank steps production skips) - EOU: 1.23x/step, 1.21x utterance decode loop (~7-10 ms/utt; 458 -> 229 dispatches) Parity: token/duration/state bit-identical vs two-model chain (fp32); top_k_logits 7e-4/1e-3 reassociation noise only. fp16 export only -- fp32 fused regresses 0.64x when GPU is in the compute-unit set. See models/stt/parakeet-tdt-v3-0.6b/coreml/OPTIMIZATION.md.
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.
Research record for the Parakeet decode-loop campaign:
ios17.lstmin both prediction networks (TDT v3 ×2, EOU ×1) → ANE placement categorically closed for all Parakeet RNN-T decodersmodels/stt/parakeet-tdt-v3-0.6b/coreml/OPTIMIZATION.md🤖 Generated with Claude Code