diff --git a/fastdeploy/output/token_processor.py b/fastdeploy/output/token_processor.py index 085c1ab5b21..7e6e951fae4 100644 --- a/fastdeploy/output/token_processor.py +++ b/fastdeploy/output/token_processor.py @@ -280,8 +280,7 @@ def _process_batch_output(self): recovery_stop = token_id == RECOVERY_STOP_SIGNAL if recovery_stop: llm_logger.info( - f"recovery stop signal found at task {task_id}", - f"token_ids: {token_ids}") + f"recovery stop signal found at task {task_id}") if not recovery_stop and token_id < 0: continue