Skip to content

Commit

Permalink
Skip vilt test until tt-mlir uplift
Browse files Browse the repository at this point in the history
to provide visibility on other test failures
  • Loading branch information
jameszianxuTT committed Feb 25, 2025
1 parent b4d7d6d commit aa86fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/vilt/test_vilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _load_inputs(self):
@pytest.mark.parametrize("op_by_op", [True, False], ids=["op_by_op", "full"])
def test_vilt(record_property, mode, op_by_op):
model_name = "ViLT"

pytest.skip()
cc = CompilerConfig()
cc.enable_consteval = True
cc.consteval_parameters = True
Expand All @@ -54,6 +54,7 @@ def test_vilt(record_property, mode, op_by_op):
compiler_config=cc,
record_property_handle=record_property,
)

results = tester.test_model()
if mode == "eval":
logits = results.logits
Expand Down

0 comments on commit aa86fcf

Please sign in to comment.