Unverified Commit 7e2a913c authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[Minor] Fix CompletionOutput.__repr__ (#157)

parent 3f92038b
......@@ -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})")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment