mirror of
https://github.com/docling-project/docling-serve.git
synced 2025-11-29 08:33:50 +00:00
feat: workers without shared models and convert params (#304)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -19,6 +19,7 @@ def get_async_orchestrator() -> BaseOrchestrator:
|
||||
|
||||
local_config = LocalOrchestratorConfig(
|
||||
num_workers=docling_serve_settings.eng_loc_num_workers,
|
||||
shared_models=docling_serve_settings.eng_loc_share_models,
|
||||
)
|
||||
|
||||
cm_config = DoclingConverterManagerConfig(
|
||||
|
||||
Reference in New Issue
Block a user