Replace retired answer model defaults with Nemotron 3.5 Lightning - #2591
Draft
jioffe502 wants to merge 1 commit into
Draft
Replace retired answer model defaults with Nemotron 3.5 Lightning#2591jioffe502 wants to merge 1 commit into
jioffe502 wants to merge 1 commit into
Conversation
Contributor
Greptile SummaryThe PR replaces retired Super-49B answer-generation and evaluation defaults with Nemotron 3.5 Lightning across hosted and self-hosted configurations.
|
| Filename | Overview |
|---|---|
| nemo_retriever/helm/values.yaml | Replaces the optional answer NIM defaults with Nemotron 3.5 Lightning, one-GPU resources, automatic profile selection, and its reasoning parser. |
| nemo_retriever/src/nemo_retriever/models/llm/clients/litellm.py | Changes the provider-neutral generation client's hosted default model to Nemotron 3.5 Lightning. |
| nemo_retriever/src/nemo_retriever/models/llm/clients/judge.py | Changes the judge's hosted default model while retaining its reasoning-sized output budget. |
| nemo_retriever/src/nemo_retriever/service/config.py | Updates the opt-in service answer-generation model default. |
| nemo_retriever/dev/compose/service-mode.compose.yaml | Moves the optional Compose answer service to the one-GPU Nemotron 3.5 Lightning NIM. |
| nemo_retriever/tests/test_helm_answer_llm_generation.py | Updates rendered-chart assertions for the new answer NIM identity, resources, and reasoning configuration. |
Reviews (2): Last reviewed commit: "fix: replace retired answer model defaul..." | Re-trigger Greptile
jioffe502
force-pushed
the
jioffe502/replace-retired-answer-defaults
branch
from
August 26, 2026 17:44
d56872a to
fd675ed
Compare
jioffe502
marked this pull request as draft
August 26, 2026 17:48
Signed-off-by: jioffe502 <jioffe@nvidia.com>
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.
Description
Replace the retired NVIDIA-hosted Super-49B generator and judge defaults with Nemotron 3.5 Lightning:
nvidia_nim/nvidia/nemotron-3.5-lightning-30b-a3b.nvcr.io/nim/nvidia/nemotron-3.5-lightning-30b-a3b:2.0.9-variant, advertisesnvidia/nemotron-3.5-lightning-30b-a3b, enables thenemotron_v3reasoning parser, and uses the one-GPU chart topology.Answer generation remains opt-in, and this does not change retrieval behavior.
Qualification status
This PR is a draft because Nemotron 3.5 Lightning has not yet been exercised through these NRL runtime paths. The completed validation confirms code, configuration, and deployment-template wiring; it does not qualify Lightning as a production default.
Before marking this PR ready for review:
/v1/chat/completionswith the default one-GPU topology, automatic profile selection, andnemotron_v3reasoning parser.If self-hosted qualification is unavailable, narrow this PR to the hosted defaults and leave the Helm and Compose self-hosted defaults unchanged.
Validation completed
152 passed, 26 subtests passedacross focused LLM, service-answer, Helm, and CI-workflow tests.git diff --check.Not yet validated
Checklist