Update final repo_ids for GraniteDocling

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2025-09-16 16:12:35 +02:00
parent a3709f4776
commit bf9638244f

View File

@@ -20,7 +20,7 @@ _log = logging.getLogger(__name__)
# Granite-Docling
GRANITEDOCLING_TRANSFORMERS = InlineVlmOptions(
repo_id="ds4sd/granite-docling-258m-2-9-2025-v2",
repo_id="ibm-granite/granite-docling-258M",
prompt="Convert this page to docling.",
response_format=ResponseFormat.DOCTAGS,
inference_framework=InferenceFramework.MLX,
@@ -35,7 +35,7 @@ GRANITEDOCLING_TRANSFORMERS = InlineVlmOptions(
)
GRANITEDOCLING_MLX = InlineVlmOptions(
repo_id="ds4sd/granite-docling-258m-2-9-2025-v2-mlx-bf16",
repo_id="ibm-granite/granite-docling-258M-mlx",
prompt="Convert this page to docling.",
response_format=ResponseFormat.DOCTAGS,
inference_framework=InferenceFramework.MLX,