skip test

This commit is contained in:
Vladislav 2025-07-01 18:23:43 +02:00
parent 60f6c4e4f6
commit 335140bb2d

View File

@ -193,6 +193,10 @@ class DeepseekV2ModelTest(CausalLMModelTest, unittest.TestCase):
def test_generate_from_inputs_embeds_with_static_cache(self):
pass
@unittest.skip("Deepseek-V2 uses MLA so it is not compatible with the standard cache format")
def test_generate_compile_model_forward(self):
pass
@unittest.skip("Deepseek-V2 uses MLA so it is not compatible with the standard cache format")
def test_beam_search_generate_dict_outputs_use_cache(self):
pass