Skip to content

Commit

Permalink
#7525: BERT device perf Hangs non-deterministically so skipping and f…
Browse files Browse the repository at this point in the history
…iling for now (#8737)
  • Loading branch information
tt-rkim authored May 22, 2024
1 parent 6a1209e commit ce2a06e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_perf_device_bare_metal(batch_size, test, expected_perf):
run_bert_perf(batch_size, test, expected_perf)


@pytest.mark.skip("#7525: Hangs non-deterministically on device perf")
@skip_for_grayskull("Incorrect device metrics for grayskull")
@pytest.mark.models_device_performance_bare_metal
@pytest.mark.parametrize(
Expand Down

0 comments on commit ce2a06e

Please sign in to comment.