feat(nemo-gym): add SMG router backend - #3536
Draft
NolenLiang wants to merge 1 commit into
Draft
Conversation
❌ Submodule Fast-Forward Check FailedCheck based on commit: d45a886 (PR #3536 from ❌ Submodules that need attention:Gym: ❌ Commits have DIVERGED from a common ancestor Please ensure all submodule commits are fast-forwards of the nliang/vllm-router-nemo-gym branch before merging. |
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 7, 2026 13:46
d45a886 to
318cdf5
Compare
Contributor
Author
|
The earlier submodule failure on
|
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 7, 2026 14:51
318cdf5 to
16ebc41
Compare
Contributor
Author
|
/ok to test 16ebc41 |
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 7, 2026 15:30
16ebc41 to
7b8b7e0
Compare
Contributor
Author
|
/ok to test 7b8b7e0 |
NolenLiang
force-pushed
the
nliang/vllm-router-nemo-gym
branch
from
August 13, 2026 08:23
1ee6e4f to
8dc2ead
Compare
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 13, 2026 08:58
7b8b7e0 to
9308e16
Compare
NolenLiang
force-pushed
the
nliang/vllm-router-nemo-gym
branch
from
August 13, 2026 09:13
8dc2ead to
ae455c6
Compare
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 13, 2026 12:36
9308e16 to
ab7dca8
Compare
NolenLiang
force-pushed
the
nliang/vllm-router-nemo-gym
branch
from
August 13, 2026 13:12
ae455c6 to
4e7fc2a
Compare
Signed-off-by: NolenLiang <nliang@nvidia.com>
NolenLiang
force-pushed
the
nliang/smg-router-nemo-gym
branch
from
August 13, 2026 13:30
ab7dca8 to
6ba07c6
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.
What does this PR do ?
Adds SMG 1.9.0 as a selectable NeMo Gym inference-router backend.
nemo_gymoptional dependency setThis is a stacked PR whose base is #3518, so its diff contains only the SMG integration increment.
Issues
Depends on:
/tokenizeendpointUsage
Configure the
routerblock undernemo_gym:Set
backend: vllm_routerto use the vLLM Router implementation through the same configuration shape. The sharedconsistent_hashvalue maps to SMG'sconsistent_hashingCLI policy when SMG is selected.Before your PR is "Ready for review"
Pre checks:
Additional Information
Validation completed:
uv lock --checkpassed with the repository's container-pinned UV 0.11.28