Spaces:
Runtime error
Runtime error
[email protected]
commited on
Commit
·
afc4da4
1
Parent(s):
cba6080
update
Browse files- src/display/utils.py +1 -0
src/display/utils.py
CHANGED
|
@@ -116,4 +116,5 @@ EVAL_COLS = [c.name for c in fields(EvalQueueColumn)]
|
|
| 116 |
EVAL_TYPES = [c.type for c in fields(EvalQueueColumn)]
|
| 117 |
|
| 118 |
BENCHMARK_COLS = [t.value.col_name for t in Tasks]
|
|
|
|
| 119 |
|
|
|
|
| 116 |
EVAL_TYPES = [c.type for c in fields(EvalQueueColumn)]
|
| 117 |
|
| 118 |
BENCHMARK_COLS = [t.value.col_name for t in Tasks]
|
| 119 |
+
ASSET_BENCHMARK_COLS = [t.value.col_name for t in AssetTasks]
|
| 120 |
|