Skip to content

Commit 9f3974a

Browse files
authored
Fix logging of the vLLM Config (#11143)
1 parent 2c97eca commit 9f3974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/llm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(
248248
)
249249

250250
logger.info(
251-
"Initializing an LLM engine (v%s) with config: %r,"
251+
"Initializing an LLM engine (v%s) with config: %s, "
252252
"use_cached_outputs=%s, ",
253253
VLLM_VERSION,
254254
vllm_config,

0 commit comments

Comments
 (0)