mirror of https://github.com/vllm-project/vllm
[Minor] Fix CompletionOutput.__repr__ (#157)
This commit is contained in:
parent
3f92038b99
commit
7e2a913c64
|
@ -41,7 +41,7 @@ class CompletionOutput:
|
|||
f"text={self.text!r}, "
|
||||
f"token_ids={self.token_ids}, "
|
||||
f"cumulative_logprob={self.cumulative_logprob}, "
|
||||
f"logprobs={self.logprobs},"
|
||||
f"logprobs={self.logprobs}, "
|
||||
f"finish_reason={self.finish_reason})")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue