Unverified Commit 300a2659 authored by Zhuohan Li's avatar Zhuohan Li Committed by GitHub
Browse files

[Core] Enable StatLogger in LLMEngine (#28020)


Signed-off-by: default avatarZhuohan Li <zhuohan123@gmail.com>
parent 03c4c4aa
...@@ -58,11 +58,6 @@ class LLMEngine: ...@@ -58,11 +58,6 @@ class LLMEngine:
use_cached_outputs: bool = False, use_cached_outputs: bool = False,
multiprocess_mode: bool = False, multiprocess_mode: bool = False,
) -> None: ) -> None:
if stat_loggers is not None:
raise NotImplementedError(
"Passing StatLoggers to LLMEngine is not yet supported."
)
self.vllm_config = vllm_config self.vllm_config = vllm_config
self.observability_config = vllm_config.observability_config self.observability_config = vllm_config.observability_config
self.model_config = vllm_config.model_config self.model_config = vllm_config.model_config
......
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