We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c5258 commit 313e4c1Copy full SHA for 313e4c1
torchci/lib/benchmark/llms/common.ts
@@ -52,6 +52,7 @@ export const IS_INCREASING_METRIC_VALUE_GOOD: { [k: string]: boolean } = {
52
"compilation_time(s)": false,
53
speedup: true,
54
"avg_inference_latency(ms)": false,
55
+ "trimmean_inference_latency(ms)": false,
56
"model_load_time(ms)": false,
57
"peak_inference_mem_usage(mb)": false,
58
"peak_load_mem_usuage(mb)": false,
0 commit comments