mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
fix attention bug in spec decoding (#5460)
This commit is contained in:
@@ -485,9 +485,6 @@ class LLMEngine:
|
||||
if self.cfg.scheduler_config.splitwise_role == "prefill":
|
||||
variables["FLAGS_fmt_write_cache_completed_signal"] = 1
|
||||
|
||||
if self.cfg.model_config.enable_mm:
|
||||
variables["FLAGS_max_partition_size"] = 1024
|
||||
|
||||
command_prefix = ""
|
||||
for k, v in variables.items():
|
||||
command_prefix += f"{k}={v} "
|
||||
|
||||
Reference in New Issue
Block a user