Skip to content

Commit

Permalink
fix owlvit tests, update docstring examples (huggingface#18586)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaradirik authored and amyeroberts committed Oct 18, 2022
1 parent 4ecce42 commit 13d28b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/models/owlvit/test_modeling_owlvit.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ def prepare_img():

@require_vision
@require_torch
@unittest.skip("These tests are broken, fix me Alara")
class OwlViTModelIntegrationTest(unittest.TestCase):
@slow
def test_inference(self):
Expand Down

0 comments on commit 13d28b3

Please sign in to comment.