refactor FAKE transfer backend and remove --disaggregation-decode-enable-fake-auto parameter (#18345)

This commit is contained in:
Estrella-xx
2026-02-16 22:27:02 +08:00
committed by GitHub
parent c1d1337afc
commit 1b3513a7e4
10 changed files with 29 additions and 29 deletions

View File

@@ -533,7 +533,7 @@ class DataParallelController:
# Set default bootstrap_room if in FAKE auto mode and room is None
if (
req.bootstrap_room is None
and self.server_args.disaggregation_decode_enable_fake_auto
and self.server_args.disaggregation_transfer_backend == "fake"
):
req.bootstrap_room = self.round_robin_counter
self.round_robin_counter = (self.round_robin_counter + 1) % len(