Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
22fbc022
"tests/fault_tolerance/vscode:/vscode.git/clone" did not exist on "f6976e7fc79f1e903d0cb18f87615e010b558713"
Unverified
Commit
22fbc022
authored
Jan 26, 2026
by
Kris Hung
Committed by
GitHub
Jan 26, 2026
Browse files
fix: Pass empty tokens for new requests for TRTLLM (#5620)
parent
fbf91daf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/bindings/kvbm/src/block_manager/vllm/connector/trtllm_leader.rs
...gs/kvbm/src/block_manager/vllm/connector/trtllm_leader.rs
+1
-1
No files found.
lib/bindings/kvbm/src/block_manager/vllm/connector/trtllm_leader.rs
View file @
22fbc022
...
...
@@ -382,7 +382,7 @@ impl Leader for KvConnectorLeader {
.unwrap_or
(
&
0
);
slot
.apply_scheduler_output
(
&
new_req
.prompt_token_ids
,
&
[]
,
&
new_req
.block_ids
,
new_req
.num_computed_tokens
,
scheduled_tokens
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment