mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-10 13:48:13 +00:00
fix: Change granite vision model URL from preview to stable version (#1925)
* Initial plan * Fix granite vision model URL from preview to stable version Co-authored-by: cau-git <60343111+cau-git@users.noreply.github.com> * Update to granite vision 3.3 Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> * Update to granite vision 3.3 (2) Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --------- Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cau-git <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
@@ -217,7 +217,7 @@ smolvlm_picture_description = PictureDescriptionVlmOptions(
|
||||
|
||||
# GraniteVision
|
||||
granite_picture_description = PictureDescriptionVlmOptions(
|
||||
repo_id="ibm-granite/granite-vision-3.2-2b-preview",
|
||||
repo_id="ibm-granite/granite-vision-3.3-2b",
|
||||
prompt="What is shown in this image?",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user