[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

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