fix description in plugin_system.md (#33999)
This commit is contained in:
@@ -24,7 +24,7 @@ vLLM's plugin system uses the standard Python `entry_points` mechanism. This mec
|
||||
["register_dummy_model = vllm_add_dummy_model:register"]
|
||||
})
|
||||
|
||||
# inside `vllm_add_dummy_model.py` file
|
||||
# inside `vllm_add_dummy_model/__init__.py` file
|
||||
def register():
|
||||
from vllm import ModelRegistry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user