[Core] Enable StatLogger in LLMEngine (#28020)

Signed-off-by: Zhuohan Li <zhuohan123@gmail.com>
This commit is contained in:
Zhuohan Li 2025-11-04 04:13:35 -08:00 committed by GitHub
parent 03c4c4aa9d
commit 300a265978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,11 +58,6 @@ class LLMEngine:
use_cached_outputs: bool = False,
multiprocess_mode: bool = False,
) -> None:
if stat_loggers is not None:
raise NotImplementedError(
"Passing StatLoggers to LLMEngine is not yet supported."
)
self.vllm_config = vllm_config
self.observability_config = vllm_config.observability_config
self.model_config = vllm_config.model_config