mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-01 23:02:36 +08:00
[Feature][MTP]Support multi-step MTP (#2952)
This commit is contained in:
@@ -499,8 +499,8 @@ def parse_args():
|
||||
)
|
||||
parser.add_argument(
|
||||
"--speculative_benchmark_mode",
|
||||
default=False,
|
||||
type=bool,
|
||||
default="False",
|
||||
type=str,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--max_num_batched_tokens",
|
||||
|
Reference in New Issue
Block a user