diff --git a/fastdeploy/output/token_processor.py b/fastdeploy/output/token_processor.py index 085c1ab5b..7e6e951fa 100644 --- a/fastdeploy/output/token_processor.py +++ b/fastdeploy/output/token_processor.py @@ -280,8 +280,7 @@ class TokenProcessor(object): 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