Spaces:
Running
Running
BenchmarkBot
commited on
Commit
•
ad86e2e
1
Parent(s):
a600c79
fix sorting
Browse files
app.py
CHANGED
@@ -49,9 +49,10 @@ COLUMNS_DATATYPES = [
|
|
49 |
"number",
|
50 |
"markdown",
|
51 |
#
|
|
|
52 |
"str",
|
53 |
]
|
54 |
-
SORTING_COLUMN = ["Average Open LLM Score ⬆️", "Throughput (tokens/s) ⬆️"]
|
55 |
|
56 |
|
57 |
llm_perf_dataset_repo = load_dataset_repo(LLM_PERF_DATASET_REPO, OPTIMUM_TOKEN)
|
|
|
49 |
"number",
|
50 |
"markdown",
|
51 |
#
|
52 |
+
"number",
|
53 |
"str",
|
54 |
]
|
55 |
+
# SORTING_COLUMN = ["Average Open LLM Score ⬆️", "Throughput (tokens/s) ⬆️"]
|
56 |
|
57 |
|
58 |
llm_perf_dataset_repo = load_dataset_repo(LLM_PERF_DATASET_REPO, OPTIMUM_TOKEN)
|