Skip to content

Commit cc8accf

Browse files
sfbemerkBenjamin Merkel
and
Benjamin Merkel
authored
[Misc] Update guided decoding logs to debug (#15310)
Signed-off-by: Benjamin Merkel <[email protected]> Co-authored-by: Benjamin Merkel <[email protected]>
1 parent 948ab03 commit cc8accf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/async_llm_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ async def build_guided_decoding_logits_processor_async(
545545
sampling_params = copy.copy(sampling_params)
546546
guided_decoding = sampling_params.guided_decoding
547547

548-
logger.info(
548+
logger.debug(
549549
"Building guided decoding logits processor. "
550550
"guided_decoding: %s%s", guided_decoding,
551551
f", reasoning_backend: {reasoning_backend}"

0 commit comments

Comments
 (0)