Skip to content

Commit c93f4bf

Browse files
JArnoldAMDweilong.yu
authored andcommitted
Fix logging of the vLLM Config (vllm-project#11143)
1 parent 003f4f2 commit c93f4bf

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)