mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-11-13 14:47:04 +00:00
feat(model): Support vLLM
This commit is contained in:
@@ -404,7 +404,7 @@ def stop_model_controller(port: int):
|
||||
|
||||
|
||||
def _model_dynamic_factory() -> Callable[[None], List[Type]]:
|
||||
from pilot.model.adapter import _dynamic_model_parser
|
||||
from pilot.model.model_adapter import _dynamic_model_parser
|
||||
|
||||
param_class = _dynamic_model_parser()
|
||||
fix_class = [ModelWorkerParameters]
|
||||
|
||||
Reference in New Issue
Block a user