Skip to content

Commit 93bba0a

Browse files
committed
Fix incorrect max image tokens (Updated in vllm-project#11258)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent e8afd10 commit 93bba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/decoder_only/vision_language/mm_processor_kwargs/test_qwen2_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_max_qwen2_vl_image_tokens():
3030

3131

3232
@pytest.mark.parametrize("mm_processor_kwargs,expected_max_tokens", [
33-
({}, 1225),
33+
({}, 16384),
3434
({
3535
MIN_PIXELS: 64**2,
3636
MAX_PIXELS: 512**2

0 commit comments

Comments
 (0)