help='Only used for PD disaggregation. "prefill" for prefill-only server, and "decode" for decode-only server. If not specified, it is not PD disaggregated',
)
...
...
@@ -2436,7 +2436,8 @@ class ServerArgs:
# Check chunked prefill
# Skip validation if chunked prefill is disabled (i.e., size <= 0).
ifself.chunked_prefill_size>0:
# Skip validation if disaggregation mode is decode.