feat(rollout): add stable partial-rollout lineage - #3506
Draft
macandro96 wants to merge 6 commits into
Draft
Conversation
macandro96
force-pushed
the
amahishi/partial-rollout-lineage
branch
from
August 20, 2026 15:28
95f0101 to
9ff9088
Compare
Signed-off-by: asolergibert <asolergibert@nvidia.com> Co-authored-by: asolergibert <asolergibert@nvidia.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com> (cherry picked from commit e983576)
Signed-off-by: Anish Mahishi <amahishi@nvidia.com> (cherry picked from commit 52e2dbc)
Signed-off-by: Anish Mahishi <amahishi@nvidia.com> (cherry picked from commit 0726648)
(cherry picked from commit 9ff9088)
Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
macandro96
force-pushed
the
amahishi/partial-rollout-lineage
branch
from
August 24, 2026 21:03
9ff9088 to
478c894
Compare
Contributor
Author
|
Will be superseded by #3923 |
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 the durable identity and in-memory lineage foundation for recovering partially completed NeMo-Gym prompt groups.
PromptRefvalues while excluding full runtime prompts from serialized lineage.This layer intentionally does not persist or restore the ledger. Persistence and selective redispatch are added by #3507.
Stack
amahishi/sc-tq-token-capture-recovery, refreshed with the current capture/recovery integration.Scope
This is internal plumbing for the existing
token_capture.enabled=trueSingle Controller NeMo-Gym path. It adds no user-facing configuration.Tensor payloads remain in TQ. The controller ledger contains identity, ownership state, compact prompt references, receipts, rewards, and storage references.
Validation