Unverified Commit 642ab418 authored by Baoyuan Qi's avatar Baoyuan Qi Committed by GitHub
Browse files

[bug] fix duplicate variable MAX_PIXELS in qwen_vl.py (#4419)

parent 1ce4878d
......@@ -25,7 +25,6 @@ class Qwen2_5VLImageProcessor(BaseImageProcessor):
self.IMAGE_FACTOR = 28
self.MIN_PIXELS = 4 * 28 * 28
self.MAX_PIXELS = 16384 * 28 * 28
self.MAX_PIXELS = 16384 * 28 * 28
self.MAX_RATIO = 200
@staticmethod
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment