-
Notifications
You must be signed in to change notification settings - Fork 752
feat: DIS-373 dynamo KVBM connector API integration with TRTLLM #2544
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
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
147dc1b
trtllm integration connector api
richardhuo-nv 1bdfd37
fix computed tokens
richardhuo-nv 85a7563
fix layout
richardhuo-nv af20c6f
fmt and rebase
richardhuo-nv cf771ce
fix fmt
richardhuo-nv cba8a85
fix tests
richardhuo-nv 63aa8f3
resolve comments
richardhuo-nv 7b5aed3
fix fmt
richardhuo-nv 48ae78e
integrate vllm
richardhuo-nv e9651ee
fix tests
richardhuo-nv 5bf7c50
resolve comments
richardhuo-nv 8727bbc
fix repo checkout
richardhuo-nv 8c7dd17
fix doc
richardhuo-nv 04c3cdb
fix
richardhuo-nv c68ecc8
fix doc
richardhuo-nv 16c4621
remove metrics in readme
richardhuo-nv 8c7068a
use dynamo in the readme example
richardhuo-nv 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
Next
Next commit
trtllm integration connector api
fix fix fix fix interace fix interace fix add logs async leader fix fix fix fix fix scheduled tokens fix fix fix fix add logs add logs fix fix and log fix and log fix fix fix layout fix fix fix fix fmt fix fix comments fmt fix comment Signed-off-by: richardhuo-nv <[email protected]>
- Loading branch information
commit 147dc1b801a5bef20a21170e64cb02e6b9aceb6a
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
4 changes: 2 additions & 2 deletions
4
lib/bindings/python/rust/llm/block_manager/distributed/utils.rs
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| pub fn get_barrier_id() -> String { | ||
| std::env::var("DYN_KVBM_BARRIER_ID").unwrap_or("kvbm".to_string()) | ||
| pub fn get_barrier_id_prefix() -> String { | ||
| std::env::var("DYN_KVBM_BARRIER_ID_PREFIX").unwrap_or("kvbm".to_string()) | ||
| } | ||
richardhuo-nv marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.
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.