mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00
skip test
This commit is contained in:
parent
60f6c4e4f6
commit
335140bb2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user