diff --git a/python/sglang/srt/managers/image_processors/qwen_vl.py b/python/sglang/srt/managers/image_processors/qwen_vl.py index eeebf6f81..a0594cd1d 100644 --- a/python/sglang/srt/managers/image_processors/qwen_vl.py +++ b/python/sglang/srt/managers/image_processors/qwen_vl.py @@ -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