Unverified Commit e29d4358 authored by Robert Shaw's avatar Robert Shaw Committed by GitHub
Browse files

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


Signed-off-by: default avatarrshaw@neuralmagic.com <rshaw@neuralmagic.com>
parent 8cbc4249
......@@ -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,
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment