Skip to content

adding community featured models#15744

Open
Ssofja wants to merge 1 commit into
mainfrom
community_models
Open

adding community featured models#15744
Ssofja wants to merge 1 commit into
mainfrom
community_models

Conversation

@Ssofja
Copy link
Copy Markdown
Collaborator

@Ssofja Ssofja commented Jun 2, 2026

Important

The Update branch button must only be pressed in very rare occassions.
An outdated branch is never blocking the merge of a PR.
Please reach out to the automation team before pressing that button.

What does this PR do ?

Adds a Featured Community Checkpoints documentation page that highlights external fine-tunes built on NVIDIA NeMo ASR checkpoints, with runtime-specific load instructions for NeMo, MLX, and GGUF.

Collection: ASR

Changelog

  • Added docs/source/asr/featured_community_checkpoints.rst - new page listing community checkpoints grouped by runtime:
    • NeMo - 4 Hugging Face models with .nemo weights (akera/parakeet-tdt-salt, johannhartmann/parakeet_de_med, qenneth/parakeet-tdt-0.6b-v3-finetuned-for-ATC, KasuleTrevor/parakeet-0.6b-cv-sw-5hr_v9)
    • MLX Inference -NeurologyAI/neuro-parakeet-mlx with parakeet-mlx usage
    • GGUF Inference-cstr/parakeet-tdt-0.6b-v3-GGUF and cstr/canary-1b-v2-GGUF with CrispASR build/run commands
    • Submit a Community Checkpoint -instructions for suggesting additions via GitHub issue
  • Added the page as the last entry in the ASR collection toctree (docs/source/asr/intro.rst)
  • Added cross-link from docs/source/asr/asr_checkpoints.rst to the new community page
  • Added cross-link from docs/source/starthere/choosing_a_model.rst under "Where to Find Models"

Usage

import nemo.collections.asr as nemo_asr

model = nemo_asr.models.ASRModel.from_pretrained("johannhartmann/parakeet_de_med")
print(model.transcribe(["audio.wav"])[0].text)

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Docs-only change; no code or test changes required
  • Community checkpoints are curated examples, not NVIDIA-maintained models
  • Page path: asr/featured_community_checkpoints.html

Signed-off-by: Ssofja <sofiakostandian@gmail.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Jun 2, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the ASR label Jun 2, 2026
@Ssofja Ssofja requested a review from pzelasko June 2, 2026 18:11
GGUF Inference
--------------

GGUF exports run with the `CrispASR <https://github.com/CrispStrobe/CrispASR>`_ C++ CLIs — no NeMo install required:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we shouldn't aim to provide up-to-date installation instructions for these frameworks. Can we re-arrange this page to be just one table that says sth like:

ckpt name | what's special about it | framework | url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants