We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594b080 commit 7666087Copy full SHA for 7666087
lightllm/server/detokenization/decode_req.py
@@ -53,7 +53,7 @@ def stop_sequences_str_match(self) -> bool:
53
54
for stop_str in stop_strs:
55
if stop_str in tail_str:
56
- logger.info(
+ logger.debug(
57
f"req_id {self.request_id} Found stop sequence in tail: stop_str='{stop_str}', "
58
f"tail_str='{tail_str}'"
59
)
0 commit comments