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.
1 parent c27efe6 commit 7935b86Copy full SHA for 7935b86
src/transformers/models/qwen3_vl/modular_qwen3_vl.py
@@ -1316,7 +1316,6 @@ def __call__(
1316
video_metadata = videos_inputs.pop("video_metadata")
1317
else:
1318
video_metadata = videos_inputs["video_metadata"]
1319
- video_grid_thw = videos_inputs["video_grid_thw"]
1320
1321
videos_inputs = {}
1322
video_grid_thw = None
src/transformers/models/qwen3_vl/processing_qwen3_vl.py
@@ -157,7 +157,6 @@ def __call__(
157
158
159
160
161
162
163
0 commit comments