Unverified Commit 6f7adc53 authored by 果冻虾仁's avatar 果冻虾仁 Committed by GitHub
Browse files

fix description in plugin_system.md (#33999)

parent 40218a82
...@@ -24,7 +24,7 @@ vLLM's plugin system uses the standard Python `entry_points` mechanism. This mec ...@@ -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"] ["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(): def register():
from vllm import ModelRegistry from vllm import ModelRegistry
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment