Skip to content

Commit

Permalink
fix missing var init
Browse files Browse the repository at this point in the history
  • Loading branch information
yessen-deepinfra committed Apr 18, 2024
1 parent b0398cc commit c9d912f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/engine/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def _process_model_outputs(

# Create the outputs.
request_outputs: List[RequestOutput] = []
now = time.time()
for scheduled_seq_group in scheduled_seq_groups:
seq_group = scheduled_seq_group.seq_group
seq_group.maybe_set_first_token_time(now)
Expand Down

0 comments on commit c9d912f

Please sign in to comment.