mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 14:25:01 +08:00
[V1] Include Engine Version in Logs (#12496)
Signed-off-by: rshaw@neuralmagic.com <rshaw@neuralmagic.com>
This commit is contained in:
parent
8cbc424975
commit
e29d4358ef
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user