feat(speechlm2): add DFlash and DFlash2 training for SALM - #16113
Draft
Slyne wants to merge 7 commits into
Draft
Conversation
|
|
||
| salm_dflash._synchronize_ep_group_before_target_forward(None) | ||
| salm_dflash._synchronize_ep_group_before_target_forward( | ||
| _FakeMoEMesh(SimpleNamespace(size=lambda: 1, get_group=lambda: object())) |
Signed-off-by: SlyneD <slyned@nvidia.com>
Signed-off-by: SlyneD <slyned@nvidia.com>
Signed-off-by: SlyneD <slyned@nvidia.com>
Signed-off-by: SlyneD <slyned@nvidia.com>
Signed-off-by: SlyneD <slyned@nvidia.com>
Slyne
force-pushed
the
slyne/feat/salm-dflash
branch
from
August 25, 2026 21:35
1eee2ed to
54e087b
Compare
Signed-off-by: SlyneD <slyned@nvidia.com>
Signed-off-by: SlyneD <slyned@nvidia.com>
Slyne
force-pushed
the
slyne/feat/salm-dflash
branch
from
August 26, 2026 21:31
a9ced5e to
0cf301f
Compare
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
SALMDFlashModuleto train an Automodel DFlash or DFlash2 draft against a frozen, audio-conditioned SALM targetdflash.variantand ship DFlash2 defaults matching the Automodel model recipeStacked dependency
This draft is stacked on NVIDIA-NeMo/Automodel#3673. Until that PR merges,
nemo-automodelis pinned immutably to the implementation commit426711b8336d563c37c7ec4a9b97b1bb6dd86acaon the author fork.Before marking this PR ready, replace the fork pin with the upstream Automodel merge commit.
Scope and limitations
use_fused_linear_ce=falsebecause its selector consumes full draft logitsValidation
uv lock --check, andgit diff --checkpassed