File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docling/experimental/datamodel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 ApiVlmOptions ,
99 InlineVlmOptions ,
1010)
11- from docling .datamodel .vlm_model_specs import SMOLDOCLING_MLX , SMOLDOCLING_TRANSFORMERS
11+ from docling .datamodel .vlm_model_specs import GRANITEDOCLING_TRANSFORMERS
1212
1313
1414class ThreadedLayoutVlmPipelineOptions (PaginatedPipelineOptions ):
@@ -17,7 +17,7 @@ class ThreadedLayoutVlmPipelineOptions(PaginatedPipelineOptions):
1717 images_scale : float = 2.0
1818
1919 # VLM configuration (will be enhanced with layout awareness by the pipeline)
20- vlm_options : Union [InlineVlmOptions , ApiVlmOptions ] = SMOLDOCLING_TRANSFORMERS
20+ vlm_options : Union [InlineVlmOptions , ApiVlmOptions ] = GRANITEDOCLING_TRANSFORMERS
2121
2222 # Layout model configuration
2323 layout_options : LayoutOptions = LayoutOptions (
You can’t perform that action at this time.
0 commit comments