Skip to content

Commit

Permalink
Remove UDOP trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Oct 18, 2024
1 parent 1c40330 commit 8cfa5d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transformers/models/udop/processing_udop.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def __call__(
**self.prepare_and_validate_optional_call_args(*args),
)

test_val = 5 # Just triggering the UDOP CI

boxes = output_kwargs["text_kwargs"].pop("boxes", None)
word_labels = output_kwargs["text_kwargs"].pop("word_labels", None)
text_pair = output_kwargs["text_kwargs"].pop("text_pair", None)
Expand Down

0 comments on commit 8cfa5d0

Please sign in to comment.