mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-23 18:45:00 +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:
parent
6c4bf9d087
commit
c5fb353f10
@ -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?",
|
||||
)
|
||||
|
||||
|
2
docs/examples/pictures_description_api.py
vendored
2
docs/examples/pictures_description_api.py
vendored
@ -114,7 +114,7 @@ def main():
|
||||
# Example for the Granite Vision model:
|
||||
# (uncomment the following lines)
|
||||
# pipeline_options.picture_description_options = vllm_local_options(
|
||||
# model="ibm-granite/granite-vision-3.1-2b-preview"
|
||||
# model="ibm-granite/granite-vision-3.3-2b"
|
||||
# )
|
||||
|
||||
# Example for the SmolVLM model:
|
||||
|
Loading…
Reference in New Issue
Block a user