fix description in plugin_system.md (#33999)

This commit is contained in:
果冻虾仁
2026-02-07 11:37:02 +08:00
committed by GitHub
parent 40218a82ba
commit 6f7adc533a

View File

@@ -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