Spaces:
Running
Running
BenchmarkBot
commited on
Commit
•
deb7c38
1
Parent(s):
05aa7eb
fix bug
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ COLUMNS_MAPPING = {
|
|
21 |
"generate.throughput(tokens/s)": "Throughput (tokens/s) ⬆️",
|
22 |
"h4_score": "H4 Score ⬆️",
|
23 |
}
|
24 |
-
COLUMNS_DATATYPES = ["markdown", "str", "str", "
|
25 |
SORTING_COLUMN = ["Throughput (tokens/s) ⬆️"]
|
26 |
|
27 |
|
|
|
21 |
"generate.throughput(tokens/s)": "Throughput (tokens/s) ⬆️",
|
22 |
"h4_score": "H4 Score ⬆️",
|
23 |
}
|
24 |
+
COLUMNS_DATATYPES = ["markdown", "str", "str", "number", "number", "markdown"]
|
25 |
SORTING_COLUMN = ["Throughput (tokens/s) ⬆️"]
|
26 |
|
27 |
|