Skip to content

Commit

Permalink
Fix logging of the vLLM Config (#11143)
Browse files Browse the repository at this point in the history
  • Loading branch information
JArnoldAMD authored Dec 12, 2024
1 parent 2c97eca commit 9f3974a
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 @@ -248,7 +248,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 9f3974a

Please sign in to comment.