Fix logging of the vLLM Config (#11143)
This commit is contained in:
@@ -248,7 +248,7 @@ class LLMEngine:
|
||||
)
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user