Skip to content

Commit

Permalink
fix pre-commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Haochen-Wang409 committed Jan 14, 2025
1 parent 0eca334 commit d2a7f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlmeval/vlm/ross.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def generate_inner(self, message, dataset=None):
input_ids, images=image_tensor, stopping_criteria=[stopping_criteria], **self.kwargs)

output = self.tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
return output
return output

0 comments on commit d2a7f5a

Please sign in to comment.