Skip to content

Commit

Permalink
Fix logging of the vLLM Config (vllm-project#11143) (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Arnold <[email protected]>
  • Loading branch information
gshtras and JArnoldAMD authored Dec 12, 2024
1 parent 405e730 commit 14b11f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def __init__(
)

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,
Expand Down

0 comments on commit 14b11f5

Please sign in to comment.