Skip to content

Commit 59b4776

Browse files
authored
[Doc] Edited minor typo (#26266)
Signed-off-by: Orange Ng <[email protected]>
1 parent 778f554 commit 59b4776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/plugin_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Every plugin has three parts:
4949

5050
- **Platform plugins** (with group name `vllm.platform_plugins`): The primary use case for these plugins is to register custom, out-of-the-tree platforms into vLLM. The plugin function should return `None` when the platform is not supported in the current environment, or the platform class's fully qualified name when the platform is supported.
5151

52-
- **IO Processor plugins** (with group name `vllm.io_processor_plugins`): The primary use case for these plugins is to register custom pre/post processing of the model prompt and model output for poling models. The plugin function returns the IOProcessor's class fully qualified name.
52+
- **IO Processor plugins** (with group name `vllm.io_processor_plugins`): The primary use case for these plugins is to register custom pre/post processing of the model prompt and model output for pooling models. The plugin function returns the IOProcessor's class fully qualified name.
5353

5454
## Guidelines for Writing Plugins
5555

0 commit comments

Comments
 (0)