Skip to content

Commit

Permalink
#0: Relax host bound tg threshold for Resnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Sep 16, 2024
1 parent 0644eb0 commit cd9ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/tg/resnet50/tests/test_perf_e2e_resnet50.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@pytest.mark.parametrize("device_params", [{"l1_small_size": 24576}], indirect=True)
@pytest.mark.parametrize(
"device_batch_size, enable_async_mode, expected_inference_time, expected_compile_time",
((16, True, 0.0365, 60),),
((16, True, 0.0370, 60),),
indirect=["enable_async_mode"],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit cd9ee3b

Please sign in to comment.