Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7be9ffcd
Unverified
Commit
7be9ffcd
authored
Sep 25, 2025
by
Roger Wang
Committed by
GitHub
Sep 25, 2025
Browse files
[Misc] Fix Qwen3-VL `video_grid_thw` typing (#25646)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
393de22d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/qwen3_vl.py
vllm/model_executor/models/qwen3_vl.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_vl.py
View file @
7be9ffcd
...
...
@@ -1249,7 +1249,7 @@ class Qwen3VLForConditionalGeneration(nn.Module, SupportsMultiModal,
rope_type
=
"rope_3d"
)
else
:
video_embeds
=
self
.
visual
(
pixel_values_videos
,
grid_thw
=
grid_thw
)
grid_thw
=
grid_thw
_list
)
# Split concatenated embeddings for each video item.
# Using prod on grid_thw_list instead of grid_thw.prod avoids CUDA sync
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment