-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[feature] [sgl-router] Add a dp-aware routing strategy #6869
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
Merged
slin1237
merged 41 commits into
sgl-project:main
from
oldsharp:feature/dp-aware-sgl-router
Jul 30, 2025
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3d5e744
feat: add the dp-aware scheduling sgl-router side Rust implementation
oldsharp 405b6ac
test: add sgl-router dp aware unit tests
oldsharp 02514f9
fix: sgl-router add api key
oldsharp 4d5f2cc
fix: refine error handling
oldsharp 2d413d6
fix: check worker existence when alter tree and queue
oldsharp 41f082f
fix: incorporate the data_parallel_rank field in the main branch
oldsharp a9f21f1
fix: typo and style fix
oldsharp 24dcd7c
Merge commit '09ae5b20f3123487f36097d284a1f535cd267e7b' into rc/dp-aw…
oldsharp d797afa
fix: fixup dp-aware routing issues after merge with pdlb
oldsharp af24684
fixup
oldsharp 7d99151
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp 837a966
fixup
oldsharp 3ffdf51
minor refining
oldsharp ea303f8
Merge branch 'main' into feature/dp-aware-sgl-router
slin1237 e4a9f53
fix: address review comments
oldsharp 4c9fc4e
fix: address review comments
oldsharp 234ba29
fix: serialise the serde_json::Value directly without extra lines of …
oldsharp e10202e
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp 8814b67
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp 358f4c2
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp c148715
fix: address async health checker URL parsing issue
oldsharp 3f27a12
fix: address tree del issue during worker removing
oldsharp 4f52232
add TODO for the extract_dp_rank()
oldsharp 17e19d5
misc: var rename
oldsharp 094b723
misc: rename the option dp_awareness -> dp_aware
oldsharp bd5f04e
fix: address read lock releasing issue
oldsharp ae26b24
misc: remove unnecessary parentheses
oldsharp 7b5f5c8
validate the service-discovery and dp-aware config conflict
oldsharp 8971f27
test: verify api key for the /get_server_info
oldsharp 0a125d6
test api key
oldsharp 09d810e
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp e698a63
fix: address typo found by linter
oldsharp 3851e07
fix: address style issues found by Rust linter
oldsharp ad6b93d
fix: address test cases syntax issue
oldsharp ada2d9d
fix: update test case for both dp-aware and service-discovery enabled
oldsharp f3d8a04
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp 906b9a7
fix: resolve the build errors in theirs after the merging
oldsharp c821ff1
Merge branch 'main' into rc/dp-aware-sgl-router
oldsharp 4e3edb4
Merge branch 'main' into feature/dp-aware-sgl-router
slin1237 80b2bc2
Merge branch 'main' into feature/dp-aware-sgl-router
slin1237 a4fa0b8
test: enlarge the default timeout value in sgl-router py_test
oldsharp 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
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
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.