Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
precommit
Signed-off-by: jthomson04 <[email protected]>
  • Loading branch information
jthomson04 committed Nov 24, 2025
commit 667e1559c848849c12e63d371a92fb6d7729d040
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def build_connector_meta(self, scheduler_output: SchedulerOutput) -> bytes:
for req in scheduler_output.new_requests:
if not hasattr(req, "num_scheduled_tokens"):
raise ValueError(
"""num_scheduled_tokens is not found in the SchedulerOutput!
This indicates you're using an older, unsupported version of TensorRT-LLM.
"""num_scheduled_tokens is not found in the SchedulerOutput!
This indicates you're using an older, unsupported version of TensorRT-LLM.
Are you running at least TRTLLM v1.2.0rc2?"""
)
output.add_new_request(
Expand Down
Loading