We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3bccd commit 00863c4Copy full SHA for 00863c4
fastdeploy/output/token_processor.py
@@ -280,8 +280,7 @@ def _process_batch_output(self):
280
recovery_stop = token_id == RECOVERY_STOP_SIGNAL
281
if recovery_stop:
282
llm_logger.info(
283
- f"recovery stop signal found at task {task_id}",
284
- f"token_ids: {token_ids}")
+ f"recovery stop signal found at task {task_id}")
285
if not recovery_stop and token_id < 0:
286
continue
287
0 commit comments