Unverified Commit 22fbc022 authored by Kris Hung's avatar Kris Hung Committed by GitHub
Browse files

fix: Pass empty tokens for new requests for TRTLLM (#5620)

parent fbf91daf
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment