Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/llm/accuracy_conformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def teardown_module():
)
def test_accuracy_conformance(model_id, precision, device):
# Get expected values from catalog (use original device for lookup)
pytest.skip('Skipping the test for 165769. Reenable in 176009 once 165769 is done.')
expected_reference = get_reference(model_id, device, precision)
if expected_reference == NOTEST:
pytest.xfail(f'Test is skipped for {model_id}, {precision}, {device}.')
Expand Down
Loading