mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 00:35:28 +08:00
[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"text={self.text!r}, "
|
||||||
f"token_ids={self.token_ids}, "
|
f"token_ids={self.token_ids}, "
|
||||||
f"cumulative_logprob={self.cumulative_logprob}, "
|
f"cumulative_logprob={self.cumulative_logprob}, "
|
||||||
f"logprobs={self.logprobs},"
|
f"logprobs={self.logprobs}, "
|
||||||
f"finish_reason={self.finish_reason})")
|
f"finish_reason={self.finish_reason})")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user