BenchmarkBot commited on
Commit
5f0b430
β€’
1 Parent(s): 2ff4a74

switch score and latency in plot

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "Per 1000 Tokens Latency (s): %{y}",
108
- "Average Open LLM Score: %{x}",
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