Skip to content

Commit

Permalink
Fix incorrect max image tokens (Updated in vllm-project#11258)
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 25, 2024
1 parent e8afd10 commit 93bba0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_max_qwen2_vl_image_tokens():


@pytest.mark.parametrize("mm_processor_kwargs,expected_max_tokens", [
({}, 1225),
({}, 16384),
({
MIN_PIXELS: 64**2,
MAX_PIXELS: 512**2
Expand Down

0 comments on commit 93bba0a

Please sign in to comment.