-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Draft: WIP NixlConnector allow configurable handshake backend +HTTP #19447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wseaton
wants to merge
36
commits into
vllm-project:main
Choose a base branch
from
wseaton:kv-xfer-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
efbd791
initial noodling
wseaton 9dd2c1c
attempt to background agent registration
wseaton a0c03cd
more simple immediate retry
wseaton cf616b5
fix bad merge
wseaton 505f586
implement nicks suggestions
wseaton a1a0918
change retry logic and move to scheduler; simply background handshake…
wseaton 518a59f
fixup by changing types at callsite
wseaton 6426e3f
fixup popping requests
wseaton 29885af
debug logging
wseaton 504bba7
working checkpoint
wseaton dd49c96
fix unreachable
wseaton f65c1b3
remove uv.lock
wseaton efd655b
remove unused
wseaton dba3835
flip protocol; fix scheduling order bug
wseaton 85855d1
fix bug in case of no kvconnectorgroup
wseaton 1fc1af4
actually use handshake timeout; simplify route
wseaton 9d8c15c
revert back to working het TP logic
wseaton fbf0630
Merge branch 'main' into kv-xfer-updates
wseaton 69af91c
Resolve merge conflicts and remove deprecated pending handshake logic
wseaton 91af1cd
Merge remote-tracking branch 'origin/main' into kv-xfer-updates
wseaton 83ec83a
move nixl sidechannel to own entrypoint
wseaton 9a86b37
allow configurable handshake strategy
wseaton cc887f5
pre-commit fixes
wseaton b960355
satisfy mypy
wseaton e0e88b2
add comments; retrigger fastcheck
wseaton 34e3e55
add type hint in test
wseaton 2325470
revert api change
wseaton 430ad03
fix usage
wseaton 4f30966
remove dead code
wseaton 54e088e
fix type declaration
wseaton ead79d6
revert spurious changes to multi-connector
wseaton 1a6ac2c
remove dead code for threading
wseaton f940b6d
remove dead engine code
wseaton 7768f21
fix optional ordering
wseaton 3568422
naming, fix engine default param issue; pr feedback
wseaton 332723a
use built in util
wseaton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,3 +202,4 @@ shellcheck*/ | |
|
||
# Ingore moe/marlin_moe gen code | ||
csrc/moe/marlin_moe_wna16/kernel_* | ||
uv.lock | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.