Charlie81 commited on
Commit
4091143
·
1 Parent(s): dff49bf

args routers

Browse files
Files changed (1) hide show
  1. scripts/eval.py +1 -1
scripts/eval.py CHANGED
@@ -81,7 +81,7 @@ Examples:
81
  "--routing_type",
82
  type=str,
83
  default="topk",
84
- choices=["topk", "multinomial", "botk", "topk+botk", "nth-descending"],
85
  help="Routing type (only used with custom models)"
86
  )
87
  parser.add_argument(
 
81
  "--routing_type",
82
  type=str,
83
  default="topk",
84
+ choices=["topk", "multinomial", "botk", "topk+botk", "nth-descending", "depthconstant", "depthlatter"],
85
  help="Routing type (only used with custom models)"
86
  )
87
  parser.add_argument(