Skip to content

Commit

Permalink
Delete print lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kcz358 committed Aug 14, 2024
1 parent 21785a9 commit 2f3a03f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/sglang/srt/models/llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2f3a03f

Please sign in to comment.