TYTTYTTYT commited on
Commit
b6d4848
·
verified ·
1 Parent(s): 5a89fd6

adapt to transformers==4.57.6

Browse files
Files changed (1) hide show
  1. image_processing_qwen2_vl_fast.py +2 -0
image_processing_qwen2_vl_fast.py CHANGED
@@ -43,6 +43,8 @@ class Qwen2VLFastImageProcessorKwargs(DefaultFastImageProcessorKwargs):
43
  The temporal patch size of the vision encoder.
44
  merge_size (`int`, *optional*, defaults to 2):
45
  The merge size of the vision encoder to llm encoder.
 
 
46
  """
47
 
48
  min_pixels: Optional[int]
 
43
  The temporal patch size of the vision encoder.
44
  merge_size (`int`, *optional*, defaults to 2):
45
  The merge size of the vision encoder to llm encoder.
46
+ focus_size (`int`, *optional*, defaults to 2):
47
+ The focus size of the ZoomFocus.
48
  """
49
 
50
  min_pixels: Optional[int]