Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update EvalQueueColumn
Browse files- src/display/utils.py +2 -0
src/display/utils.py
CHANGED
@@ -76,6 +76,8 @@ class EvalQueueColumn: # Queue column
|
|
76 |
model_type = ColumnContent("model_type", "str", True)
|
77 |
precision = ColumnContent("precision", "str", True)
|
78 |
add_special_tokens = ColumnContent("add_special_tokens", "str", True)
|
|
|
|
|
79 |
status = ColumnContent("status", "str", True)
|
80 |
|
81 |
|
|
|
76 |
model_type = ColumnContent("model_type", "str", True)
|
77 |
precision = ColumnContent("precision", "str", True)
|
78 |
add_special_tokens = ColumnContent("add_special_tokens", "str", True)
|
79 |
+
llm_jp_eval_version = ColumnContent("llm_jp_eval_version", "str", True)
|
80 |
+
vllm_version = ColumnContent("vllm_version", "str", True)
|
81 |
status = ColumnContent("status", "str", True)
|
82 |
|
83 |
|