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
9f3974a3
Unverified
Commit
9f3974a3
authored
Dec 12, 2024
by
Jeremy Arnold
Committed by
GitHub
Dec 12, 2024
Browse files
Fix logging of the vLLM Config (#11143)
parent
2c97eca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+1
-1
No files found.
vllm/engine/llm_engine.py
View file @
9f3974a3
...
...
@@ -248,7 +248,7 @@ class LLMEngine:
)
logger
.
info
(
"Initializing an LLM engine (v%s) with config: %
r,
"
"Initializing an LLM engine (v%s) with config: %
s,
"
"use_cached_outputs=%s, "
,
VLLM_VERSION
,
vllm_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