Unverified Commit 9f3974a3 authored by Jeremy Arnold's avatar Jeremy Arnold Committed by GitHub
Browse files

Fix logging of the vLLM Config (#11143)

parent 2c97eca1
...@@ -248,7 +248,7 @@ class LLMEngine: ...@@ -248,7 +248,7 @@ class LLMEngine:
) )
logger.info( logger.info(
"Initializing an LLM engine (v%s) with config: %r," "Initializing an LLM engine (v%s) with config: %s, "
"use_cached_outputs=%s, ", "use_cached_outputs=%s, ",
VLLM_VERSION, VLLM_VERSION,
vllm_config, vllm_config,
......
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