diff --git a/tests/generation/test_utils.py b/tests/generation/test_utils.py index 76ab793e3a36..bf56578a164c 100644 --- a/tests/generation/test_utils.py +++ b/tests/generation/test_utils.py @@ -1202,6 +1202,7 @@ def test_prompt_lookup_decoding_matches_greedy_search(self): "prophetnet", "seamlessm4t", "clvp", + "fuyu", ] ): self.skipTest(reason="May fix in the future: need model-specific fixes")