mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-20 07:09:08 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
d39cf9380d
commit
9a2e26d049
@ -556,13 +556,11 @@ class AsyncLLM(EngineClient):
|
||||
scheduler_outputs=None,
|
||||
model_output=None,
|
||||
) -> None:
|
||||
|
||||
if self.stat_loggers is None:
|
||||
return
|
||||
|
||||
per_engine_loggers, _ = self.stat_loggers
|
||||
for engine_loggers in per_engine_loggers:
|
||||
for stat_logger in engine_loggers:
|
||||
for loggers in per_engine_loggers:
|
||||
for stat_logger in loggers:
|
||||
stat_logger.log()
|
||||
|
||||
async def check_health(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user