BenchmarkBot commited on
Commit
a62bffd
1 Parent(s): de8c89e
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,11 +16,11 @@ OLD_COLUMNS = ["model", "backend.name", "backend.torch_dtype", "backend.quantiza
16
  "generate.latency(s)", "generate.throughput(tokens/s)"]
17
 
18
  NEW_COLUMNS = ["Model", "Backend 🏭", "Load Datatype", "Quantization 🗜️",
19
- "Latency (s) ⬇️", "Throughput (tokens/s) ⬆️"]
20
 
21
- COLUMNS_DATATYPES = ["markdown", "text", "text", "text", "number", "number"]
22
 
23
- SORTING_COLUMN = ["Throughput (tokens/s) ⬆️"]
24
 
25
 
26
  llm_perf_dataset_repo = load_dataset_repo(LLM_PERF_DATASET_REPO, OPTIMUM_TOKEN)
 
16
  "generate.latency(s)", "generate.throughput(tokens/s)"]
17
 
18
  NEW_COLUMNS = ["Model", "Backend 🏭", "Load Datatype", "Quantization 🗜️",
19
+ "Latency_100 (s) ⬇️", "Throughput_100 (tokens/s) ⬆️"]
20
 
21
+ COLUMNS_DATATYPES = ["markdown", "str", "str", "str", "number", "number"]
22
 
23
+ SORTING_COLUMN = ["Throughput_100 (tokens/s) ⬆️"]
24
 
25
 
26
  llm_perf_dataset_repo = load_dataset_repo(LLM_PERF_DATASET_REPO, OPTIMUM_TOKEN)