Skip to content

Commit

Permalink
#0: Double compile time because we need it
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Mar 7, 2025
1 parent a156677 commit 2481ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/metal_BERT_large_11/tests/test_perf_bert11.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run_perf_bert11(
@pytest.mark.models_performance_bare_metal
@pytest.mark.parametrize(
"batch_size, model_config_str, expected_inference_time, expected_compile_time, inference_iterations",
([8, "BFLOAT8_B-SHARDED", 0.0324, 6, 10],),
([8, "BFLOAT8_B-SHARDED", 0.0324, 12, 10],),
)
def test_perf_bare_metal_wh(
device,
Expand Down

0 comments on commit 2481ba9

Please sign in to comment.