Skip to content

Commit

Permalink
#13292: Skip mamba perplexity for now while we fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Sep 30, 2024
1 parent 8d6ee5d commit 749edb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/demos/wormhole/mamba/tests/test_mamba_perplexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def calculate_perplexity(
("state-spaces/mamba-2.8b", ModelMode.PREFILL, 32, 128, 64, 15.4, 0.44, 0.69),
),
)
@pytest.mark.skip(reason="#13292: Possible hang regression introduced")
def test_mamba_reference_perplexity(
model_version: MambaPretrainedModelName,
mode: ModelMode,
Expand Down Expand Up @@ -126,6 +127,7 @@ def prefill(input_ids, _: int):


@pytest.mark.timeout(1200)
@pytest.mark.skip(reason="#13292: Possible hang regression introduced")
@skip_for_grayskull("Mamba not supported on Grayskull")
@pytest.mark.parametrize("device_params", [{"l1_small_size": 16384}], indirect=True)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 749edb9

Please sign in to comment.