You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Whether to compile the prefill. Improves prefill perf, but has higher compile times. (Requires `--parallel-prefill`)",
139
+
help="Whether to compile the prefill. Improves prefill perf, but has higher compile times.",
140
140
)
141
141
parser.add_argument(
142
-
"--parallel-prefill",
142
+
"--sequential-prefill",
143
143
action="store_true",
144
-
help="Whether to perform prefill in parallel, or one token at a time. Improves prefill perf. DSO and PTE models presently do not support parallel prefill.",
144
+
help="Whether to perform prefill sequentially. Only used for model debug.",
0 commit comments