mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Skip failing JetMOE generation tests (#31266)
Skip failing tests for now
This commit is contained in:
parent
bd5091df8d
commit
940fde8daf
1 changed files with 8 additions and 0 deletions
|
|
@ -472,6 +472,14 @@ class JetMoeModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMix
|
|||
def test_flash_attn_2_inference_equivalence_right_padding(self):
|
||||
self.skipTest("JetMoe flash attention does not support right padding")
|
||||
|
||||
@unittest.skip("TODO: @ArthurZucker - Breaks after #30536 ")
|
||||
def test_beam_sample_generate(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("TODO: @ArthurZucker - Breaks after #30536 ")
|
||||
def test_generate_from_inputs_embeds_decoder_only(self):
|
||||
pass
|
||||
|
||||
|
||||
@require_torch
|
||||
class JetMoeIntegrationTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue