From a873200c9d6656de86833baa314f1e0faa8af50c Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 25 Sep 2025 05:07:39 -0400 Subject: [PATCH] docs(vlm): Update SmolDocling to GraniteDocling references (#2315) Update minimal_vlm_pipeline.py Signed-off-by: Luis --- docs/examples/minimal_vlm_pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/minimal_vlm_pipeline.py b/docs/examples/minimal_vlm_pipeline.py index ba2f809f..ea3a1664 100644 --- a/docs/examples/minimal_vlm_pipeline.py +++ b/docs/examples/minimal_vlm_pipeline.py @@ -3,7 +3,7 @@ # # What this example does # - Runs the VLM-powered pipeline on a PDF (by URL) and prints Markdown output. -# - Shows two setups: default (Transformers/SmolDocling) and macOS MPS/MLX. +# - Shows two setups: default (Transformers/GraniteDocling) and macOS MPS/MLX. # # Prerequisites # - Install Docling with VLM extras and the appropriate backend (Transformers or MLX). @@ -15,7 +15,7 @@ # # Notes # - `source` may be a local path or a URL to a PDF. -# - The second section demonstrates macOS MPS acceleration via MLX (`vlm_model_specs.SMOLDOCLING_MLX`). +# - The second section demonstrates macOS MPS acceleration via MLX (`vlm_model_specs.GRANITEDOCLING_MLX`). # - For more configurations and model comparisons, see `docs/examples/compare_vlm_models.py`. # %%