-
Notifications
You must be signed in to change notification settings - Fork 137
feat: [EXPERIMENTAL FEATURE] Add ASR Support to Nemo Automodel #1263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
09b7afa
intial working implementation of ASR tuning for whisper using librisp…
rystewart-nvidia 3846823
remove unneeded dependencies
rystewart-nvidia fb72157
working implementation for parakeet CTC model
rystewart-nvidia 38de77b
docs updates to reflect Nvidia Parakeet models
rystewart-nvidia b680002
update inline comments
rystewart-nvidia 70b4e25
add functional and unit tests for asr models; update whisper medium e…
rystewart-nvidia 6c801ea
add ASR PEFT config examples and tests; update copyright year to 2026
rystewart-nvidia 68de402
linting, formatting, hooks run, confirm docs build without issue
rystewart-nvidia f7cd916
update dataset and model coverage docs with info about added asr data…
rystewart-nvidia 3fa1fa8
Apply suggestions from code review
akoumpa 8fa32ca
Update examples/asr_finetune/README.md
akoumpa 74bc2db
Update examples/asr_finetune/README.md
akoumpa 164d6be
Merge branch 'main' into asr
rylativity 52e7e0d
update imports in recipes/asr/finetune.py based on merged changes; us…
8d1f25b
address PR comment - enable BYOM for ASR models
13614b9
address PR comment - remove pipeline parallelism config for ASR models
3e9a134
address PR comment - use _forward_backward_step in asr finetune.py; d…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rylativity , I'm not sure about this one.
@thomasdhc can you provide guidance?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all instances of uv pip install changes here. pip is used by design