Skip to content

Commit

Permalink
Fix video processor for Qwen2-VL
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 20, 2024
1 parent d50ef03 commit 81f7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/inputs/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_modality_processor(
elif modality_data_key == "images":
attributes = ["image_processor"]
elif modality_data_key == "videos":
attributes = ["video_processor"]
attributes = ["video_processor", "image_processor"]
elif modality_data_key == "audios":
attributes = ["audio_processor", "feature_extractor"]
else:
Expand Down

0 comments on commit 81f7d61

Please sign in to comment.