Skip to content

Commit 5289a28

Browse files
committed
[Bug] fix logger format
1 parent 9fd74f7 commit 5289a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fastdeploy/output/token_processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ def _process_batch_output(self):
280280
recovery_stop = token_id == RECOVERY_STOP_SIGNAL
281281
if recovery_stop:
282282
llm_logger.info(
283-
f"recovery stop signal found at task {task_id}",
284-
f"token_ids: {token_ids}")
283+
f"recovery stop signal found at task {task_id}")
285284
if not recovery_stop and token_id < 0:
286285
continue
287286

0 commit comments

Comments
 (0)