mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
Update final repo_ids for GraniteDocling
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user