[Auto Sync] Update server_args.py (20250912) (#10347)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kan Wu <wukanustc@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-09-11 19:18:07 -07:00
committed by GitHub
parent b0d25e72c4
commit 144ee5f37c

View File

@@ -1074,7 +1074,7 @@ class ServerArgs:
"--schedule-policy",
type=str,
default=ServerArgs.schedule_policy,
choices=["lpm", "random", "fcfs", "dfs-weight", "lof"],
choices=["lpm", "random", "fcfs", "dfs-weight", "lof", "priority"],
help="The scheduling policy of the requests.",
)
parser.add_argument(