Skip to content

Commit fd28c58

Browse files
ywang96yewentao256
authored andcommitted
[Misc] Fix Qwen3-VL video_grid_thw typing (#25646)
Signed-off-by: Roger Wang <hey@rogerw.io> Signed-off-by: yewentao256 <zhyanwentao@126.com>
1 parent 5e16b8c commit fd28c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen3_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ def _process_video_input(
12491249
rope_type="rope_3d")
12501250
else:
12511251
video_embeds = self.visual(pixel_values_videos,
1252-
grid_thw=grid_thw)
1252+
grid_thw=grid_thw_list)
12531253

12541254
# Split concatenated embeddings for each video item.
12551255
# Using prod on grid_thw_list instead of grid_thw.prod avoids CUDA sync

0 commit comments

Comments
 (0)