"example/01_gemm/gemm_xdl_fp16.cpp" did not exist on "6dfb92bbef33b4caea55f6b4ed7c449927ae771c"
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