Skip to content

Commit 9ce3d6e

Browse files
committed
fix style typo
Signed-off-by: Keyun Tong <tongkeyun@gmail.com>
1 parent 41dba06 commit 9ce3d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def execute_model(
635635
assert req_id is not None
636636
req_state = self.requests[req_id]
637637
seq_len = (req_state.num_computed_tokens +
638-
+ scheduler_output.num_scheduled_tokens[req_id])
638+
scheduler_output.num_scheduled_tokens[req_id])
639639
assert seq_len <= req_state.num_tokens
640640
if seq_len == req_state.num_tokens:
641641
# Append the sampled token to the output token ids.

0 commit comments

Comments
 (0)