Skip to content

Commit

Permalink
🎨 fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Mar 11, 2024
1 parent 95e9adf commit 7f2ffd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ def from_seq_group(cls, seq_group: SequenceGroup) -> "RequestOutput":
seq.get_cumulative_logprob(),
seq.output_logprobs if include_logprobs else None,
SequenceStatus.get_finished_reason(seq.status),
seq.stop_reason)
for seq in top_n_seqs
seq.stop_reason) for seq in top_n_seqs
]

# Every sequence in the sequence group should have the same prompt.
Expand Down

0 comments on commit 7f2ffd0

Please sign in to comment.