vllm.plugins ¶
Modules:
| Name | Description |
|---|---|
io_processors | |
lora_resolvers | |
load_general_plugins ¶
WARNING: plugins can be loaded for multiple times in different processes. They should be designed in a way that they can be loaded multiple times without causing issues.
Source code in vllm/plugins/__init__.py
load_plugins_by_group ¶
Load plugins registered under the given entry point group.