mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Fix granite vision model URL from preview to stable version
Co-authored-by: cau-git <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
parent
ff5b560a3f
commit
be63114d43
@ -217,7 +217,7 @@ smolvlm_picture_description = PictureDescriptionVlmOptions(
|
|||||||
|
|
||||||
# GraniteVision
|
# GraniteVision
|
||||||
granite_picture_description = PictureDescriptionVlmOptions(
|
granite_picture_description = PictureDescriptionVlmOptions(
|
||||||
repo_id="ibm-granite/granite-vision-3.2-2b-preview",
|
repo_id="ibm-granite/granite-vision-3.2-2b",
|
||||||
prompt="What is shown in this image?",
|
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:
|
# Example for the Granite Vision model:
|
||||||
# (uncomment the following lines)
|
# (uncomment the following lines)
|
||||||
# pipeline_options.picture_description_options = vllm_local_options(
|
# pipeline_options.picture_description_options = vllm_local_options(
|
||||||
# model="ibm-granite/granite-vision-3.1-2b-preview"
|
# model="ibm-granite/granite-vision-3.2-2b"
|
||||||
# )
|
# )
|
||||||
|
|
||||||
# Example for the SmolVLM model:
|
# Example for the SmolVLM model:
|
||||||
|
Loading…
Reference in New Issue
Block a user