args routers
Browse files- 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(
|