Skip to content

Commit

Permalink
Add xfail to resnet and llama mlp
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolubovicTT committed Nov 14, 2024
1 parent 4691171 commit 38f5409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions forge/test/mlir/llama/tests/test_llama_mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


@pytest.mark.parametrize("model_path", ["openlm-research/open_llama_3b", "meta-llama/Llama-3.2-1B"])
@pytest.mark.xfail()
@pytest.mark.push
def test_llama_mlp(model_path):
if model_path == "meta-llama/Llama-3.2-1B":
Expand Down
3 changes: 3 additions & 0 deletions forge/test/mlir/resnet/test_resnet_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@


@pytest.mark.push
@pytest.mark.xfail(
reason=" Metal issue: Can only tilize bfloat16 tensors. tracked on: https://github.com/tenstorrent/tt-metal/issues/14570"
)
def test_resnet_inference():
# Compiler configurations
compiler_cfg = forge.config._get_global_compiler_config()
Expand Down

0 comments on commit 38f5409

Please sign in to comment.