Support PP for zmq_to_scheduler (#15312)

This commit is contained in:
Tianyu Guo
2025-12-23 17:07:55 +08:00
committed by GitHub
parent f9dd90ac35
commit fa2966983a
5 changed files with 28 additions and 36 deletions
-6
View File
@@ -2173,12 +2173,6 @@ class ServerArgs:
raise ValueError(
"Cannot set --encoder-only and --disaggregation-mode prefill/decode together"
)
if (
self.language_only
and self.encoder_transfer_backend == "zmq_to_scheduler"
and self.pp_size > 1
):
raise ValueError("zmq_to_scheduler not support pp_size > 1")
if self.language_only and len(self.encoder_urls) == 0:
raise ValueError(