Skip to content

Commit 7bb736d

Browse files
authored
Fix Qwen2.5 VL image grid docstring (#27033)
Signed-off-by: zitian zhao <zitian.zhao@tencentmusic.com>
1 parent 9f4e309 commit 7bb736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen2_5_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Qwen2_5_VLImagePixelInputs(TensorSchema):
116116
- pixel_values shape: (num_patches, num_channels * patch_size *
117117
patch_size)
118118
- image_grid_thw shape: (num_images, 3) in (grid_t, grid_h, grid_w)
119-
formatnum_channels * patch_size * patch_size
119+
format.
120120
"""
121121

122122
type: Literal["pixel_values"]

0 commit comments

Comments
 (0)