karimouda commited on
Commit
b2bab11
·
1 Parent(s): 1c67627
Files changed (1) hide show
  1. src/display/utils.py +3 -3
src/display/utils.py CHANGED
@@ -48,9 +48,9 @@ AutoEvalColumn = make_dataclass("AutoEvalColumn", auto_eval_column_dict, frozen=
48
  class EvalQueueColumn: # Queue column
49
  model = ColumnContent("model", "markdown", True)
50
  revision = ColumnContent("revision", "str", True)
51
- private = ColumnContent("private", "bool", True)
52
- precision = ColumnContent("precision", "str", True)
53
- weight_type = ColumnContent("weight_type", "str", "Original")
54
  status = ColumnContent("status", "str", True)
55
 
56
  ## All the model information that we might need
 
48
  class EvalQueueColumn: # Queue column
49
  model = ColumnContent("model", "markdown", True)
50
  revision = ColumnContent("revision", "str", True)
51
+ #private = ColumnContent("private", "bool", True)
52
+ #precision = ColumnContent("precision", "str", True)
53
+ #weight_type = ColumnContent("weight_type", "str", "Original")
54
  status = ColumnContent("status", "str", True)
55
 
56
  ## All the model information that we might need