Unverified Commit ae929dcb authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[CLIP] Fix PT test (#15041)

parent 65cb94ff
...@@ -858,6 +858,7 @@ def prepare_img(): ...@@ -858,6 +858,7 @@ def prepare_img():
@require_vision @require_vision
@require_torch
class CLIPModelIntegrationTest(unittest.TestCase): class CLIPModelIntegrationTest(unittest.TestCase):
@slow @slow
def test_inference(self): def test_inference(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment