Fix Qwen2.5 VL image grid docstring (#27033)

Signed-off-by: zitian zhao <zitian.zhao@tencentmusic.com>
This commit is contained in:
ZiTian Zhao 2025-10-17 00:57:36 +08:00 committed by GitHub
parent 9f4e30904b
commit 7bb736d00e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ class Qwen2_5_VLImagePixelInputs(TensorSchema):
- pixel_values shape: (num_patches, num_channels * patch_size * - pixel_values shape: (num_patches, num_channels * patch_size *
patch_size) patch_size)
- image_grid_thw shape: (num_images, 3) in (grid_t, grid_h, grid_w) - image_grid_thw shape: (num_images, 3) in (grid_t, grid_h, grid_w)
formatnum_channels * patch_size * patch_size format.
""" """
type: Literal["pixel_values"] type: Literal["pixel_values"]