Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6f7adc53
Unverified
Commit
6f7adc53
authored
Feb 07, 2026
by
果冻虾仁
Committed by
GitHub
Feb 06, 2026
Browse files
fix description in plugin_system.md (#33999)
parent
40218a82
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/design/plugin_system.md
docs/design/plugin_system.md
+1
-1
No files found.
docs/design/plugin_system.md
View file @
6f7adc53
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment