Skip to content

Commit

Permalink
Skip llama test to fix CI OOM (#185)
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
sgligorijevicTT authored Jan 23, 2025
1 parent 370b251 commit 6bb524b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ def training_tester() -> LLamaTester:
# ----- Tests -----


@pytest.mark.xfail(reason="failed to legalize operation 'stablehlo.reduce'")
# @pytest.mark.xfail(reason="failed to legalize operation 'stablehlo.reduce'")
@pytest.mark.skip(
reason="OOMs in CI (https://github.com/tenstorrent/tt-xla/issues/186)"
)
def test_openllama3b_inference(
inference_tester: LLamaTester,
):
Expand Down

0 comments on commit 6bb524b

Please sign in to comment.