Fix log time stats (#13418)
This commit is contained in:
@@ -914,7 +914,7 @@ class SchedulerOutputProcessorMixin:
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
req.finished()
|
req.finished()
|
||||||
and self.tp_rank == 0
|
and self.attn_tp_rank == 0
|
||||||
and self.server_args.enable_request_time_stats_logging
|
and self.server_args.enable_request_time_stats_logging
|
||||||
):
|
):
|
||||||
req.log_time_stats()
|
req.log_time_stats()
|
||||||
|
|||||||
Reference in New Issue
Block a user