Skip to content

Commit

Permalink
[sharktank] Mark test expected to fail
Browse files Browse the repository at this point in the history
Marks `test_sharded_resnet_block_with_iree` as expected to fail if
running with torch>=2.5.0, see nod-ai#683.
  • Loading branch information
marbre committed Dec 12, 2024
1 parent beb0d00 commit 4a7ff11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def run_test_sharded_resnet_block_with_iree(
strict=True,
raises=AssertionError,
)
@pytest.mark.xfail(torch.__version__ >= (2,5), reason="https://github.com/nod-ai/shark-ai/issues/683")
def test_sharded_resnet_block_with_iree(
mlir_path: Optional[Path],
module_path: Optional[Path],
Expand Down

0 comments on commit 4a7ff11

Please sign in to comment.