Skip to content

Commit

Permalink
fix incorrect type
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored Jan 3, 2025
1 parent c866aea commit e9c1e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_processor_override(
processor_for_qwen2_vl,
image_assets: _ImageAssets,
model_id: str,
mm_processor_kwargs: dict[str, int],
mm_processor_kwargs: dict[str, object],
expected_toks_per_img: int,
expected_pixels_shape: tuple[int, int],
num_imgs: int,
Expand Down

0 comments on commit e9c1e7c

Please sign in to comment.