From 067413fb73899f10c12c35e761083b2f20919c2c Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sat, 25 Sep 2021 21:20:21 +0200 Subject: [PATCH] finish (#13743) --- tests/test_modeling_flax_beit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_modeling_flax_beit.py b/tests/test_modeling_flax_beit.py index b69ec4585c..88c2d8e33e 100644 --- a/tests/test_modeling_flax_beit.py +++ b/tests/test_modeling_flax_beit.py @@ -290,6 +290,7 @@ def prepare_img(): @require_vision +@require_flax class FlaxBeitModelIntegrationTest(unittest.TestCase): @cached_property def default_feature_extractor(self):