[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,

View File

@ -42,7 +42,7 @@ class EngineCore:
):
assert vllm_config.model_config.runner_type != "pooling"
logger.info("Initializing an LLM engine (v%s) with config: %s",
logger.info("Initializing a V1 LLM engine (v%s) with config: %s",
VLLM_VERSION, vllm_config)
# Setup Model.