Add Parakeet TDT 0.6B V3 batching example#580
Merged
Conversation
NeMo-based ASR truss for nvidia/parakeet-tdt-0.6b-v3 with server-side dynamic batching (collector + inference pipeline, adaptive collect window, CUDA graphs) for high-throughput HTTP transcription. Batching counterpart to the existing nvidia/parakeet-tdt-0_6b-v2 example. Co-authored-by: Cursor <cursoragent@cursor.com>
|
|
Co-authored-by: Cursor <cursoragent@cursor.com>
Unblocks the `pre-commit run --all-files` lint job, which currently fails on every PR because these files (added in #577) have one ruff F-class error and are not ruff-formatted. Fixes are the safe auto-fixes pre-commit itself applies. Co-authored-by: Cursor <cursoragent@cursor.com>
mattelim
approved these changes
Jun 30, 2026
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.
Summary
Adds
nvidia/parakeet-tdt-0_6b-v3-batching— a Truss for NVIDIAparakeet-tdt-0.6b-v3English ASR with server-side dynamic batching for high-throughput HTTP transcription. It's the batching counterpart to the existingnvidia/parakeet-tdt-0_6b-v2(single-request) example.Details
MAX_BATCH_SIZE,BATCH_COLLECT_MS,CUDA_GRAPHS,TORCH_COMPILE.model_cache); model is public (no token). Default acceleratorL4.audio_urloraudio_base64(+ optionaltimestamps).Test plan
truss pushdeploys on L4 and serves{"transcript": ...}for the exampleaudio_url.Made with Cursor