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:
copilot-swe-agent[bot] 2025-07-10 13:10:34 +00:00
parent ff5b560a3f
commit be63114d43
2 changed files with 2 additions and 2 deletions

View File

@ -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.2-2b",
prompt="What is shown in this image?",
)

View File

@ -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.2-2b"
# )
# Example for the SmolVLM model: