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 53c487d commit 8164025Copy full SHA for 8164025
lmms_eval/models/qwen2_vl.py
@@ -38,9 +38,9 @@ def __init__(
38
batch_size: Optional[Union[int, str]] = 1,
39
use_cache=True,
40
use_flash_attention_2: Optional[bool] = True,
41
- max_pixels: int = 12845056,
+ max_pixels: int = 1605632,
42
min_pixels: int = 3136,
43
- max_num_frames: int = 256,
+ max_num_frames: int = 32,
44
use_custom_video_loader: Optional[bool] = False,
45
fps: Optional[float] = None, # Only applicable if use_custom_video_loader is True
46
max_image_size: Optional[int] = None, # Only applicable if use_custom_video_loader is True
0 commit comments