Skip to content

Commit 7666087

Browse files
committed
fix.
1 parent 594b080 commit 7666087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/detokenization/decode_req.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def stop_sequences_str_match(self) -> bool:
5353

5454
for stop_str in stop_strs:
5555
if stop_str in tail_str:
56-
logger.info(
56+
logger.debug(
5757
f"req_id {self.request_id} Found stop sequence in tail: stop_str='{stop_str}', "
5858
f"tail_str='{tail_str}'"
5959
)

0 commit comments

Comments
 (0)