Skip to content

Commit 8583a96

Browse files
Use sample latency as the metric for llama3.1_8b_edge SingleStream (#2324)
1 parent e051a9f commit 8583a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/submission/submission_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@
801801
},
802802
"llama3.1-8b-edge": {
803803
"Offline": "result_tokens_per_second",
804+
"SingleStream": "result_90.00_percentile_latency_ns",
804805
},
805806
"mixtral-8x7b": {
806807
"Offline": "result_tokens_per_second",

0 commit comments

Comments
 (0)