Modified to support custom all reduce by default (#3538)

This commit is contained in:
zhink
2025-08-22 16:59:05 +08:00
committed by GitHub
parent 27666ee586
commit df7c31012b
15 changed files with 18 additions and 30 deletions

View File

@@ -516,7 +516,7 @@ def parse_args():
help="enable prefix cache",
)
parser.add_argument(
"--enable_custom_all_reduce",
"--disable_custom_all_reduce",
action="store_true",
help="enable custom all-reduce",
)