Skip to content

Commit

Permalink
#0: Increase mamba device perf threshold because looks like there was…
Browse files Browse the repository at this point in the history
… a slight performance bump [skip ci] (#13635)

Force-merging to fix device perf single-card.
  • Loading branch information
tt-rkim authored Oct 9, 2024
1 parent 2f09f89 commit fad2a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/wormhole/mamba/tests/test_mamba_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_mamba_perf_e2e(
@pytest.mark.models_device_performance_bare_metal
@pytest.mark.parametrize(
"batch, expected_layer_duration_ms",
((32, 1.71),),
((32, 1.689),),
)
def test_mamba_perf_device(batch, expected_layer_duration_ms):
subdir = "ttnn_mamba"
Expand Down

0 comments on commit fad2a69

Please sign in to comment.