Fix: the default choice is wrong for flashinfer mxfp4 moe precision (#10253)
This commit is contained in:
@@ -1620,7 +1620,7 @@ class ServerArgs:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--flashinfer-mxfp4-moe-precision",
|
"--flashinfer-mxfp4-moe-precision",
|
||||||
type=str,
|
type=str,
|
||||||
choices=["mxfp4", "bf16"],
|
choices=["default", "bf16"],
|
||||||
default=ServerArgs.flashinfer_mxfp4_moe_precision,
|
default=ServerArgs.flashinfer_mxfp4_moe_precision,
|
||||||
help="Choose the computation precision of flashinfer mxfp4 moe",
|
help="Choose the computation precision of flashinfer mxfp4 moe",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user