Spaces:
Running
Running
jasonshaoshun
commited on
Commit
·
0810300
1
Parent(s):
0c85aa2
debug
Browse files
app.py
CHANGED
@@ -404,6 +404,7 @@ def init_leaderboard_mib_subgraph(dataframe, track):
|
|
404 |
|
405 |
# Extract unique benchmarks and models from column names
|
406 |
for col in result_columns:
|
|
|
407 |
benchmark, model = col.split('_')
|
408 |
benchmarks.add(benchmark)
|
409 |
models.add(model)
|
|
|
404 |
|
405 |
# Extract unique benchmarks and models from column names
|
406 |
for col in result_columns:
|
407 |
+
print(f"col is {col}")
|
408 |
benchmark, model = col.split('_')
|
409 |
benchmarks.add(benchmark)
|
410 |
models.add(model)
|