We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cc41a commit 8b32464Copy full SHA for 8b32464
vllm/plugins/io_processors/__init__.py
@@ -33,7 +33,7 @@ def get_io_processor(
33
model_plugin = config_plugin
34
35
if model_plugin is None:
36
- logger.info("No IOProcessor plugins requested by the model")
+ logger.debug("No IOProcessor plugins requested by the model")
37
return None
38
39
logger.debug("IOProcessor plugin to be loaded %s", model_plugin)
0 commit comments