From 2f3a03f4673555c540355daff7160eb7c286d9c4 Mon Sep 17 00:00:00 2001 From: kcz358 Date: Wed, 14 Aug 2024 05:22:57 +0000 Subject: [PATCH] Delete print lines --- python/sglang/srt/models/llava.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/models/llava.py b/python/sglang/srt/models/llava.py index 40f187e59f..4b5081a781 100644 --- a/python/sglang/srt/models/llava.py +++ b/python/sglang/srt/models/llava.py @@ -90,7 +90,6 @@ def pad_input_ids(self, input_ids, pad_value, pt_shape=None, image_size=None): h = num_patch_height * height w = num_patch_width * width new_h, new_w = unpad_image_shape(h, w, image_s) - print(new_h, new_w, image_s) if "anyres_max" in self.config.image_aspect_ratio: matched_anyres_max_num_patches = re.match(