diff --git a/models/demos/llama3/tests/test_llama_perf.py b/models/demos/llama3/tests/test_llama_perf.py index 422c239051f..c2cda7b346c 100644 --- a/models/demos/llama3/tests/test_llama_perf.py +++ b/models/demos/llama3/tests/test_llama_perf.py @@ -31,9 +31,9 @@ @pytest.mark.parametrize( "kv_cache_len, expected_compile_time", ( - (32, 20), - (128, 20), - (1024, 20), + (32, 30), + (128, 30), + (1024, 30), ), ) @pytest.mark.parametrize(