"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "ca15d48a44d5a0e21de357388e5fec616903c2cb"
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: ...@@ -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})")
......
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