Skip to content

Commit

Permalink
#0: Update ttnn resnet 2cq bound due to variability
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jul 16, 2024
1 parent ce405f5 commit 921a3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/ttnn_resnet/tests/test_perf_ttnn_resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def test_perf_trace_bare_metal(
@pytest.mark.models_performance_bare_metal
@pytest.mark.parametrize(
"batch_size, expected_inference_time, expected_compile_time",
((16, 0.006, 25),),
((16, 0.0064, 25),),
)
def test_perf_2cqs_bare_metal(
device,
Expand Down

0 comments on commit 921a3a8

Please sign in to comment.