diff --git a/tests/models/dots1/test_modeling_dots1.py b/tests/models/dots1/test_modeling_dots1.py index f2f1440cd08..2df3fd96544 100644 --- a/tests/models/dots1/test_modeling_dots1.py +++ b/tests/models/dots1/test_modeling_dots1.py @@ -87,6 +87,10 @@ class Dots1ModelTest(CausalLMModelTest, unittest.TestCase): test_pruning = False model_tester_class = Dots1ModelTester + @unittest.skip("dots.llm1's moe is not compatible `token_indices, weight_indices = torch.where(mask)`.") + def test_generate_with_static_cache(self): + pass + @unittest.skip("dots.llm1's moe is not compatible `token_indices, weight_indices = torch.where(mask)`.") def test_generate_compilation_all_outputs(self): pass