chore[notask]: register diar_streaming_sortformer_4spk-v2.1 GGUFs#2138
Merged
GustavoA1604 merged 3 commits intoMay 20, 2026
Merged
Conversation
GustavoA1604
previously approved these changes
May 20, 2026
yuranich
reviewed
May 20, 2026
yuranich
previously approved these changes
May 20, 2026
Zbig9000
previously approved these changes
May 20, 2026
66a7ddb
Zbig9000
approved these changes
May 20, 2026
GustavoA1604
approved these changes
May 20, 2026
Contributor
|
/review |
yuranich
approved these changes
May 20, 2026
Contributor
Tier-based Approval Status |
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.
🎯 What problem does this PR solve?
nvidia/diar_streaming_sortformer_4spk-v2.1) is not yet exposed through the qvac model registry, so consumers of@qvac/transcription-parakeetcan't pull it via the registry.📝 How does it solve it?
packages/registry-server/data/models.prod.jsonfornvidia/diar_streaming_sortformer_4spk-v2.1, one per quantization tier converted withpackages/transcription-parakeet/scripts/convert-nemo-to-gguf.py:f16→ ~251 MiBq8_0→ ~134 MiBq4_0→ ~72 MiBengine: "@qvac/transcription-parakeet", point ats3:///qvac_models_compiled/ggml/parakeet/2026-05-20/diar_streaming_sortformer_4spk-v2.1.<quant>.gguf, link back to the HF model card, and tagtranscription/parakeet/sortformer/streaming/4spk/ggml/en.licenseIdset tonvidia-open-model-license(v2.1 switched from the v1 CC-BY-4.0 license per the HF model card).🧪 How was it tested?
scripts/convert-nemo-to-gguf.pyagainst the upstream.nemocheckpoint for each quant; converter auto-detectedmodel_type=sortformerand reportednum_spks=4, tf_layers=18, tf_d_model=192, layers=17, use_bias=Truefor all three outputs.python -c "import json; json.load(open('packages/registry-server/data/models.prod.json'))").