[dpc]: unify DP controller load balancing and simplify dispatch logic (#16258)

This commit is contained in:
Ratish P
2026-01-11 12:38:03 +08:00
committed by GitHub
parent cc25f9df50
commit c0248d6f37
4 changed files with 32 additions and 78 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ Please consult the documentation below and [server_args.py](https://github.com/s
| Argument | Description | Defaults | Options |
| --- | --- | --- | --- |
| `--data-parallel-size`<br>`--dp-size` | The data parallelism size. | `1` | Type: int |
| `--load-balance-method` | The load balancing strategy for data parallelism. The Minimum Token algorithm can only be used when DP attention is applied. This algorithm performs load balancing based on the real-time token load of the DP workers. | `auto` | `auto`, `round_robin`, `follow_bootstrap_room`, `shortest_queue`, `minimum_tokens` |
| `--load-balance-method` | The load balancing strategy for data parallelism. The `total_tokens` algorithm can only be used when DP attention is applied. This algorithm performs load balancing based on the real-time token load of the DP workers. | `auto` | `auto`, `round_robin`, `follow_bootstrap_room`, `total_requests`, `total_tokens` |
| `--load-watch-interval` | The interval of load watching in seconds. | `0.1` | Type: float |
## Multi-node distributed serving