Skip to content

Commit

Permalink
Mark sharktank vae iree test as xfail (#775)
Browse files Browse the repository at this point in the history
Xfails vae until iree runtime issue on the CI machine is fixed. Resolves
sharktank data-dependent tests
  • Loading branch information
IanNod authored Jan 7, 2025
1 parent 2c699fd commit 12446b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sharktank/tests/models/vae/vae_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def testCompareF16EagerVsHuggingface(self):

torch.testing.assert_close(ref_results, results)

@pytest.mark.xfail(
reason="Waiting on fix for https://github.com/iree-org/iree/issues/19623"
)
def testVaeIreeVsHuggingFace(self):
dtype = getattr(torch, "float32")
inputs = get_random_inputs(dtype=dtype, device="cpu", bs=1)
Expand Down

0 comments on commit 12446b3

Please sign in to comment.