Skip to content

Commit

Permalink
Skip failing JetMOE generation tests (#31266)
Browse files Browse the repository at this point in the history
Skip failing tests for now
  • Loading branch information
amyeroberts authored Jun 5, 2024
1 parent bd5091d commit 940fde8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/models/jetmoe/test_modeling_jetmoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,14 @@ def test_flash_attn_2_generate_use_cache(self):
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):
Expand Down

0 comments on commit 940fde8

Please sign in to comment.