Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
5f0b430
1
Parent(s):
2ff4a74
switch score and latency in plot
Browse files
app.py
CHANGED
@@ -104,8 +104,8 @@ def get_benchmark_plot(bench_df):
|
|
104 |
"Datatype: %{customdata[2]}",
|
105 |
"Peak Memory (MB): %{customdata[3]}",
|
106 |
"Throughput (tokens/s): %{customdata[4]}",
|
107 |
-
"
|
108 |
-
"
|
109 |
])
|
110 |
)
|
111 |
|
|
|
104 |
"Datatype: %{customdata[2]}",
|
105 |
"Peak Memory (MB): %{customdata[3]}",
|
106 |
"Throughput (tokens/s): %{customdata[4]}",
|
107 |
+
"Average Open LLM Score: %{y}",
|
108 |
+
"Per 1000 Tokens Latency (s): %{x}",
|
109 |
])
|
110 |
)
|
111 |
|