Skip to content

Commit

Permalink
Refactor print statement in construct_interleaved_input function
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi committed Jan 16, 2025
1 parent ffe7ba1 commit b23577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmms_eval/models/gpt4v.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def flatten(self, input):
return new_list

def construct_interleaved_input(self, content, media):
print(content, len(media))
# print(content, len(media))
pattern = r"<media_(\d+)>"
parts = re.split(pattern, content)
result = []
Expand Down

0 comments on commit b23577e

Please sign in to comment.