Spaces:
Running
Running
BenchmarkBot
commited on
Commit
•
a62bffd
1
Parent(s):
de8c89e
datatypes
Browse files
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 |
-
"
|
20 |
|
21 |
-
COLUMNS_DATATYPES = ["markdown", "
|
22 |
|
23 |
-
SORTING_COLUMN = ["
|
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)
|