Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
300a2659
Unverified
Commit
300a2659
authored
Nov 04, 2025
by
Zhuohan Li
Committed by
GitHub
Nov 04, 2025
Browse files
[Core] Enable StatLogger in LLMEngine (#28020)
Signed-off-by:
Zhuohan Li
<
zhuohan123@gmail.com
>
parent
03c4c4aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/v1/engine/llm_engine.py
vllm/v1/engine/llm_engine.py
+0
-5
No files found.
vllm/v1/engine/llm_engine.py
View file @
300a2659
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment