Fix logging of the vLLM Config (#11143)

This commit is contained in:
Jeremy Arnold
2024-12-12 14:05:57 -06:00
committed by GitHub
parent 2c97eca1ff
commit 9f3974a319

View File

@@ -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,