mirror of
https://github.com/wassname/vllm.git
synced 2026-09-12 13:01:01 +08:00
[misc][plugin] add plugin system implementation (#7426)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='vllm_add_dummy_model',
|
||||
version='0.1',
|
||||
packages=['vllm_add_dummy_model'],
|
||||
entry_points={
|
||||
'vllm.general_plugins':
|
||||
["register_dummy_model = vllm_add_dummy_model:register"]
|
||||
})
|
||||
Reference in New Issue
Block a user