Skip to content

Commit

Permalink
Fix Attribute error for detr
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshiramanathan1 committed Jan 16, 2025
1 parent e1bff7a commit 8eefa94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge/test/models/pytorch/vision/detr/test_detr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@pytest.mark.nightly
@pytest.mark.model_analysis
@pytest.mark.xfail(reason="AttributeError: <class 'tvm.ir.op.Op'> has no attribute name_hint")
@pytest.mark.xfail(reason="Failing with pcc=0.97 ")
@pytest.mark.parametrize("variant", ["facebook/detr-resnet-50"])
def test_detr_detection(variant):

Expand Down
2 changes: 1 addition & 1 deletion third_party/tvm

0 comments on commit 8eefa94

Please sign in to comment.