Skip to content

Commit

Permalink
update bert perf numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjameelTT committed Jan 22, 2025
1 parent fd7b17a commit 8464e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/bert_tiny/tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_perf_device_bare_metal(batch_size, expected_perf):
margin = 0.03

if is_wormhole_b0():
expected_perf = 3990.0
expected_perf = 4114.8
else:
expected_perf = 3460.0

Expand Down

0 comments on commit 8464e88

Please sign in to comment.