We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c4c4a commit 300a265Copy full SHA for 300a265
vllm/v1/engine/llm_engine.py
@@ -58,11 +58,6 @@ def __init__(
58
use_cached_outputs: bool = False,
59
multiprocess_mode: bool = False,
60
) -> None:
61
- if stat_loggers is not None:
62
- raise NotImplementedError(
63
- "Passing StatLoggers to LLMEngine is not yet supported."
64
- )
65
-
66
self.vllm_config = vllm_config
67
self.observability_config = vllm_config.observability_config
68
self.model_config = vllm_config.model_config
0 commit comments