We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
video_grid_thw
1 parent 5e16b8c commit fd28c58Copy full SHA for fd28c58
vllm/model_executor/models/qwen3_vl.py
@@ -1249,7 +1249,7 @@ def _process_video_input(
1249
rope_type="rope_3d")
1250
else:
1251
video_embeds = self.visual(pixel_values_videos,
1252
- grid_thw=grid_thw)
+ grid_thw=grid_thw_list)
1253
1254
# Split concatenated embeddings for each video item.
1255
# Using prod on grid_thw_list instead of grid_thw.prod avoids CUDA sync
0 commit comments