diff --git a/python/sglang/srt/server_args.py b/python/sglang/srt/server_args.py index 48e4e68a4..7cd48da0e 100644 --- a/python/sglang/srt/server_args.py +++ b/python/sglang/srt/server_args.py @@ -1620,7 +1620,7 @@ class ServerArgs: parser.add_argument( "--flashinfer-mxfp4-moe-precision", type=str, - choices=["mxfp4", "bf16"], + choices=["default", "bf16"], default=ServerArgs.flashinfer_mxfp4_moe_precision, help="Choose the computation precision of flashinfer mxfp4 moe", )