add decode round robin policy (#15164)

This commit is contained in:
Hexq0210
2025-12-22 14:48:52 +08:00
committed by GitHub
parent 677930c276
commit cb30d056e3
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -3136,6 +3136,7 @@ class ServerArgs:
help="The load balancing strategy for data parallelism.",
choices=[
"round_robin",
"decode_round_robin",
"shortest_queue",
"minimum_tokens",
],