mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-19 23:17:29 +08:00
Fix logging of the vLLM Config (#11143)
This commit is contained in:
parent
2c97eca1ff
commit
9f3974a319
@ -248,7 +248,7 @@ class LLMEngine:
|
|||||||
)
|
)
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
"Initializing an LLM engine (v%s) with config: %r,"
|
"Initializing an LLM engine (v%s) with config: %s, "
|
||||||
"use_cached_outputs=%s, ",
|
"use_cached_outputs=%s, ",
|
||||||
VLLM_VERSION,
|
VLLM_VERSION,
|
||||||
vllm_config,
|
vllm_config,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user