Skip to content

Commit 2902d3c

Browse files
committed
Update targets
1 parent 7a8ded6 commit 2902d3c

File tree

1 file changed

+1
-1
lines changed
  • models/demos/audio/whisper/demo

1 file changed

+1
-1
lines changed

models/demos/audio/whisper/demo/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def test_demo_for_conditional_generation(
784784
metrics_dictionary = {
785785
2: {"prefill_time_to_token": 0.13, "decode_t/s/u": 124.0},
786786
8: {"prefill_time_to_token": 0.14, "decode_t/s/u": 105.0},
787-
32: {"prefill_time_to_token": 0.21, "decode_t/s/u": 80.0},
787+
32: {"prefill_time_to_token": 0.22, "decode_t/s/u": 77.5},
788788
}
789789
if is_blackhole():
790790
if mesh_device.dram_grid_size().x == 7: # P100 DRAM grid is 7x1

0 commit comments

Comments
 (0)