mirror of
https://github.com/wassname/vllm.git
synced 2026-08-11 11:28:04 +08:00
[misc][plugin] add plugin system implementation (#7426)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from ..entrypoints.openai.test_oot_registration import (
|
||||
run_and_test_dummy_opt_api_server)
|
||||
|
||||
|
||||
def test_distributed_oot(dummy_opt_path: str):
|
||||
run_and_test_dummy_opt_api_server(dummy_opt_path, tp=2)
|
||||
Reference in New Issue
Block a user