[None][feat] Support final-boundary snapshot reuse for V2 Mamba#16473
Closed
VALLIS-NERIA wants to merge 9 commits into
Closed
[None][feat] Support final-boundary snapshot reuse for V2 Mamba#16473VALLIS-NERIA wants to merge 9 commits into
VALLIS-NERIA wants to merge 9 commits into
Conversation
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #59618 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #59618 [ run ] completed with state
|
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
VALLIS-NERIA
force-pushed
the
agent/mamba-save-last-snapshot-reuse
branch
from
July 16, 2026 08:04
564b8fb to
f2cb294
Compare
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #59670 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #59670 [ run ] completed with state
|
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
VALLIS-NERIA
force-pushed
the
agent/mamba-save-last-snapshot-reuse
branch
from
July 16, 2026 09:09
f2cb294 to
2349492
Compare
Collaborator
Author
|
Reopened as a stacked draft at VALLIS-NERIA#10 so it can target the V2 Mamba core branch and show only its single squashed commit. Closing this upstream draft as superseded. |
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.
@coderabbitai summary
Description
This PR adds optional final-boundary snapshot reuse for the V2 Mamba cache manager introduced by the V2 Mamba core PR.
The changes:
mamba_save_last_snapshotLLM option and propagate the stable reusable prompt boundary through executor requests without changing existing positional request APIs.serve.Router; preserve the forwarded prompt's special-token semantics and only accept a true token-ID prefix.mamba_state_cache_interval=0.This PR depends on the V2 Mamba core PR, #16471. It is independent of the V2 Mamba disaggregated-serving follow-up. Because an upstream PR cannot use a fork-only branch as its base, this draft temporarily shows the prerequisite changes until they merge and the branch is rebased.
Test Coverage
49 passed)1 passed)79 passed)python3 scripts/generate_llm_args_golden_manifest.pypre-commit run --from-ref origin/main --to-ref HEADPR Checklist