"docs/vscode:/vscode.git/clone" did not exist on "85526e34a18d806d9447f8f21142cab2e07a0229"
Unverified Commit 609f65ba authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Remove debug print statement from scheduler output (#11145)

parent 2d62af6b
...@@ -707,7 +707,6 @@ class SchedulerOutputProcessorMixin: ...@@ -707,7 +707,6 @@ class SchedulerOutputProcessorMixin:
and self.tp_rank == 0 and self.tp_rank == 0
and self.server_args.enable_request_time_stats_logging and self.server_args.enable_request_time_stats_logging
): ):
print(f"{req.finished_reason=}")
req.log_time_stats() req.log_time_stats()
# Send to detokenizer # Send to detokenizer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment