Skip to content

Commit d5f49e8

Browse files
author
Varun Sundar Rabindranath
committed
fix mk cli args
Signed-off-by: Varun Sundar Rabindranath <[email protected]>
1 parent d7e0870 commit d5f49e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/kernels/moe/modular_kernel_tools/cli_args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def to_quant_torch_dtype(s: str) -> torch.dtype:
8585
help="num topk")
8686
parser.add_argument(
8787
"--fused-moe-chunk-size",
88-
nargs="+",
8988
type=int,
9089
help="Fused moe chunk size used for the non-batched fused experts impl."
9190
)

0 commit comments

Comments
 (0)