Skip to content

Commit

Permalink
#0: Bump threshold up for unet perf device as we seem to be back
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Nov 27, 2024
1 parent 407418d commit 160f3f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@pytest.mark.models_device_performance_bare_metal
@pytest.mark.parametrize(
"batch, groups, expected_device_perf_fps",
((1, 2, 1115.0),),
((1, 2, 1122.0),),
)
def test_unet_perf_device(batch: int, groups: int, expected_device_perf_fps: float):
command = f"pytest models/experimental/functional_unet/tests/test_unet_model.py::test_unet_model[device_params0-{groups}-{batch}]"
Expand Down

0 comments on commit 160f3f5

Please sign in to comment.