Unverified Commit 094f716b authored by 陈序's avatar 陈序 Committed by GitHub
Browse files

Add stop_token_ids in SamplingParams.__repr__ (#1745)

parent 7d761fe3
......@@ -241,6 +241,7 @@ class SamplingParams:
f"length_penalty={self.length_penalty}, "
f"early_stopping={self.early_stopping}, "
f"stop={self.stop}, "
f"stop_token_ids={self.stop_token_ids}, "
f"ignore_eos={self.ignore_eos}, "
f"max_tokens={self.max_tokens}, "
f"logprobs={self.logprobs}, "
......
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