Fix log time stats (#13418)

This commit is contained in:
Rain H
2025-11-17 23:10:49 +08:00
committed by GitHub
parent df56139226
commit c236d05f8c

View File

@@ -914,7 +914,7 @@ class SchedulerOutputProcessorMixin:
if (
req.finished()
and self.tp_rank == 0
and self.attn_tp_rank == 0
and self.server_args.enable_request_time_stats_logging
):
req.log_time_stats()