mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
fix pd overlap (#6753)
This commit is contained in:
@@ -565,7 +565,7 @@ class EngineArgs:
|
||||
if (
|
||||
not current_platform.is_cuda()
|
||||
or self.speculative_config is not None
|
||||
or self.splitwise_role != "mixed"
|
||||
or self.splitwise_role == "prefill"
|
||||
or self.dynamic_load_weight
|
||||
):
|
||||
self.enable_overlap_schedule = False
|
||||
|
||||
Reference in New Issue
Block a user