From 14b11f5ad74e04aee9f85f5f591a1f85fad6025d Mon Sep 17 00:00:00 2001 From: Gregory Shtrasberg <156009573+gshtras@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:44:28 -0500 Subject: [PATCH] Fix logging of the vLLM Config (#11143) (#325) Co-authored-by: Jeremy Arnold <103538711+JArnoldAMD@users.noreply.github.com> --- vllm/engine/llm_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/engine/llm_engine.py b/vllm/engine/llm_engine.py index 336b61f4daec4..1676504f198cb 100644 --- a/vllm/engine/llm_engine.py +++ b/vllm/engine/llm_engine.py @@ -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,