mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Feature] Support mtp overlap schedule (#7001)
This commit is contained in:
@@ -573,7 +573,7 @@ class EngineArgs:
|
||||
self.enable_prefix_caching = False
|
||||
if (
|
||||
not current_platform.is_cuda()
|
||||
or self.speculative_config is not None
|
||||
or (self.speculative_config is not None and self.enable_logprob)
|
||||
or self.splitwise_role == "prefill"
|
||||
or self.dynamic_load_weight
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user