Skip to content

Commit

Permalink
fix style typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkent committed Jan 15, 2025
1 parent 3181ecd commit 4dc567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/worker/gpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def execute_model(
assert req_id is not None
req_state = self.requests[req_id]
seq_len = (req_state.num_computed_tokens +
+ scheduler_output.num_scheduled_tokens[req_id])
scheduler_output.num_scheduled_tokens[req_id])
assert seq_len <= req_state.num_tokens
if seq_len == req_state.num_tokens:
# Append the sampled token to the output token ids.
Expand Down

0 comments on commit 4dc567b

Please sign in to comment.