[PD] Preserve the prefill rank during rebootstrap (#39357)

Co-authored-by: Byron Hsu <byronhsu@users.noreply.github.com>
This commit is contained in:
Byron Hsu
2026-09-14 09:20:37 -07:00
committed by GitHub
co-authored by Byron Hsu
parent 7465e42b7a
commit 5c2de3f355
@@ -2016,6 +2016,7 @@ class Req(ReqDllmMixin):
"extra_key": self.extra_key,
"cache_salt": self.cache_salt,
"routing_key": self.routing_key,
"routed_dp_rank": self.disagg_prefill_dp_rank,
"disagg_prefill_dp_rank": self.disagg_prefill_dp_rank,
}