Skip to content

Commit 300a265

Browse files
authored
[Core] Enable StatLogger in LLMEngine (#28020)
Signed-off-by: Zhuohan Li <zhuohan123@gmail.com>
1 parent 03c4c4a commit 300a265

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vllm/v1/engine/llm_engine.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ def __init__(
5858
use_cached_outputs: bool = False,
5959
multiprocess_mode: bool = False,
6060
) -> None:
61-
if stat_loggers is not None:
62-
raise NotImplementedError(
63-
"Passing StatLoggers to LLMEngine is not yet supported."
64-
)
65-
6661
self.vllm_config = vllm_config
6762
self.observability_config = vllm_config.observability_config
6863
self.model_config = vllm_config.model_config

0 commit comments

Comments
 (0)