Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
Signed-off-by: rajveerb <[email protected]>
  • Loading branch information
rajveerb committed Dec 20, 2024
1 parent 15ce0a3 commit 329d443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ def get_last_token_latency(self) -> float:
"seq_group.get_last_token_latency() should not be called "
"if the seq_group is in prefill phase.")
return self.last_token_latency

def maybe_set_first_token_time(self, time: float) -> None:
"""Sets the first token time for Request level timings."""
# Note: in a case where a sequence_group is swapped and
Expand Down

0 comments on commit 329d443

Please sign in to comment.