Skip to content

Commit

Permalink
#0: Bump trace region size to 20MB for T3K LLAMA2 (#13309)
Browse files Browse the repository at this point in the history
- Should resolve CI failure + provide factor of safety for future dispatch changes
  • Loading branch information
tt-asaigal authored Oct 1, 2024
1 parent e8245e0 commit 4e41a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def run_test_LlamaModel_end_to_end(
),
ids=["gen32", "gen128", "gen2k", "gen8k", "gen128k"],
)
@pytest.mark.parametrize("device_params", [{"trace_region_size": 14227456}], indirect=True)
@pytest.mark.parametrize("device_params", [{"trace_region_size": 20000000}], indirect=True)
def test_Llama_perf_host(
generation_length,
expected_compile_time,
Expand Down

0 comments on commit 4e41a62

Please sign in to comment.