fix pd overlap (#6753)

This commit is contained in:
sunxin
2026-03-10 20:29:54 +08:00
committed by GitHub
parent 18b0716ddb
commit 812657beee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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