-
Notifications
You must be signed in to change notification settings - Fork 3.2k
GPU-accelerated Phrase-Boosting (GPU-PB) for AED decoding #14108
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
Merged
andrusenkoau
merged 51 commits into
NVIDIA-NeMo:main
from
andrusenkoau:gpu_boosting_aed_pr
Jul 12, 2025
Merged
Changes from 18 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
9b987c6
add initial scripts
andrusenkoau 842a82e
add boosting tree construction
andrusenkoau 0a89773
add pb support to rnnt greedy decoding for python impl only
andrusenkoau 70a89e4
first step for the integration of PB for rnnt cuda decoding
andrusenkoau 4a0d4ab
some fixes
andrusenkoau 52358f0
Merge branch 'main' of github.com:andrusenkoau/NeMo into gpu_boosting…
andrusenkoau f19c2a9
revert changes for rnnt decoding
andrusenkoau 307ed74
add initial step for pb for aed model
andrusenkoau 47fd78f
fix a bug with fusion models integration for aed beam decoding
andrusenkoau f8739d3
partial fix for eos score increasing after detection of context phrase
andrusenkoau 194fa5b
fix node score in the context graph
andrusenkoau 47fc763
fix backoff weight for end node
andrusenkoau 322c41a
add dummy boosting tree
andrusenkoau b671ec6
add tests for the boosting tree
andrusenkoau b2bfd43
add more tests
andrusenkoau ebf36d6
Merge branch 'main' of github.com:andrusenkoau/NeMo into gpu_boosting…
andrusenkoau 8039e9c
minor fixes
andrusenkoau c90271e
Apply isort and black reformatting
andrusenkoau 531c97e
minor fixes
andrusenkoau bba5248
Apply isort and black reformatting
andrusenkoau ad24612
minor fixes
andrusenkoau c003e21
fix not closed file
andrusenkoau 13bac85
minor fix
andrusenkoau 69b5188
Apply isort and black reformatting
andrusenkoau 6ce38ec
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 358a3a1
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 5626fca
Update tests/collections/asr/test_boosting_tree.py
andrusenkoau 88af77c
Update tests/collections/asr/decoding/test_multi_task_decoding.py
andrusenkoau d3d5cc6
Update scripts/asr_context_biasing/build_gpu_boosting_tree.py
andrusenkoau 55d2230
Update scripts/asr_context_biasing/compute_key_words_fscore.py
andrusenkoau 2bf34a7
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 34252e6
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 4d2bbe2
add asr model path + name
andrusenkoau 81e82e8
add bt config
andrusenkoau e9463ba
add loading boosting tree from config
andrusenkoau bb0de6a
add a new test for test_boosting_tree_model_from_config
andrusenkoau afb7ad8
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 2f26750
Apply isort and black reformatting
andrusenkoau e90a017
minor fix
andrusenkoau 7d0ce2a
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau f1c4ccc
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau f832213
pr fixes
andrusenkoau 84e4bf9
Apply isort and black reformatting
andrusenkoau dcac2f1
minor fixes
andrusenkoau 472f0ef
minor fix
andrusenkoau 9c1d455
Merge branch 'main' into gpu_boosting_aed_pr
chtruong814 0ddae81
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau f2223e5
Merge branch 'main' into gpu_boosting_aed_pr
andrusenkoau 355e00f
Update scripts/asr_context_biasing/build_gpu_boosting_tree.py
andrusenkoau 1527622
Update scripts/asr_context_biasing/build_gpu_boosting_tree.py
andrusenkoau 777f377
Apply isort and black reformatting
andrusenkoau 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.