[None][docs] define Python native KV transfer ownership contract#16347
Draft
chienchunhung wants to merge 2 commits into
Draft
[None][docs] define Python native KV transfer ownership contract#16347chienchunhung wants to merge 2 commits into
chienchunhung wants to merge 2 commits into
Conversation
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Collaborator
Author
|
/bot run --disable-fail-fast |
Collaborator
|
PR_Github #59129 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #59129 [ run ] completed with state |
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
Scope
This targets Python-native
KvCacheTransceiverV2direct, bounce, and fallback paths. The separate C++CacheTransceiveris a non-goal; small KV-manager or NIXL binding changes may still be required to enforce leases and expose definitive quiescence.Validation
trtllm-reviewself-review passes through a final clean pass covering lifecycle/protocol correctness, documentation/scope, and performance/capacitypre-commit run --files docs/design/README.md docs/design/disagg-kv-transfer-ownership/README.md docs/design/disagg-kv-transfer-ownership/implementation-plan.mdgit diff --check 54d484fd3Documentation only; no runtime or GPU tests were required.