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
e29d4358
Unverified
Commit
e29d4358
authored
Jan 28, 2025
by
Robert Shaw
Committed by
GitHub
Jan 28, 2025
Browse files
[V1] Include Engine Version in Logs (#12496)
Signed-off-by:
rshaw@neuralmagic.com
<
rshaw@neuralmagic.com
>
parent
8cbc4249
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+1
-1
vllm/v1/engine/core.py
vllm/v1/engine/core.py
+1
-1
No files found.
vllm/engine/llm_engine.py
View file @
e29d4358
...
...
@@ -230,7 +230,7 @@ class LLMEngine:
)
logger
.
info
(
"Initializing a
n
LLM engine (v%s) with config: %s, "
"Initializing a
V0
LLM engine (v%s) with config: %s, "
"use_cached_outputs=%s, "
,
VLLM_VERSION
,
vllm_config
,
...
...
vllm/v1/engine/core.py
View file @
e29d4358
...
...
@@ -42,7 +42,7 @@ class EngineCore:
):
assert
vllm_config
.
model_config
.
runner_type
!=
"pooling"
logger
.
info
(
"Initializing a
n
LLM engine (v%s) with config: %s"
,
logger
.
info
(
"Initializing a
V1
LLM engine (v%s) with config: %s"
,
VLLM_VERSION
,
vllm_config
)
# Setup Model.
...
...
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