Skip to content

Commit

Permalink
Adjust perf test targets for Falcon7b-t3k-decode-noasync to account f…
Browse files Browse the repository at this point in the history
…or CI instability

Signed-off-by: Salar Hosseini <skhorasgani@tenstorrent.com>
  • Loading branch information
skhorasganiTT committed Nov 29, 2024
1 parent 8baa17e commit 68ee204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/demos/falcon7b_common/tests/test_perf_falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ def test_perf_wh_bare_metal(
("prefill", 4, 32, 1, 256, 0, "BFLOAT16-DRAM", 0.142, False),
("prefill", 4, 32, 1, 1024, 0, "BFLOAT16-DRAM", 0.42, False),
("prefill", 4, 32, 1, 2048, 0, "BFLOAT16-DRAM", 1.02, False),
("decode", 4, 32, 32, 1, 128, "BFLOAT16-L1_SHARDED", 0.063, False),
("decode", 4, 32, 32, 1, 1024, "BFLOAT16-L1_SHARDED", 0.067, False),
("decode", 4, 32, 32, 1, 128, "BFLOAT16-L1_SHARDED", 0.067, False),
("decode", 4, 32, 32, 1, 1024, "BFLOAT16-L1_SHARDED", 0.069, False),
("decode", 4, 32, 32, 1, 2047, "BFLOAT16-L1_SHARDED", 0.073, False),
("prefill", 4, 32, 1, 128, 0, "BFLOAT16-DRAM", 0.070, True), # Issue 9422
("prefill", 4, 32, 1, 256, 0, "BFLOAT16-DRAM", 0.142, True),
Expand Down

0 comments on commit 68ee204

Please sign in to comment.