Skip to content

Commit cb70a2d

Browse files
mgoinxuebwang-amd
authored andcommitted
Change log level from info to debug for IOProcessor (vllm-project#24999)
Signed-off-by: Michael Goin <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
1 parent e6f23df commit cb70a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/plugins/io_processors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_io_processor(
3333
model_plugin = config_plugin
3434

3535
if model_plugin is None:
36-
logger.info("No IOProcessor plugins requested by the model")
36+
logger.debug("No IOProcessor plugins requested by the model")
3737
return None
3838

3939
logger.debug("IOProcessor plugin to be loaded %s", model_plugin)

0 commit comments

Comments
 (0)