vllm.plugins ¶
Modules:
Functions:
-
load_general_plugins–WARNING: plugins can be loaded for multiple times in different
-
load_plugins_by_group–Load plugins registered under the given entry point group.
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(group) ¶
Load plugins registered under the given entry point group.