[V1] Include Engine Version in Logs (#12496)

Signed-off-by: rshaw@neuralmagic.com <rshaw@neuralmagic.com>
This commit is contained in:
Robert Shaw
2025-01-28 03:27:41 -05:00
committed by GitHub
parent 8cbc424975
commit e29d4358ef
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ class LLMEngine:
)
logger.info(
"Initializing an LLM engine (v%s) with config: %s, "
"Initializing a V0 LLM engine (v%s) with config: %s, "
"use_cached_outputs=%s, ",
VLLM_VERSION,
vllm_config,