Unverified Commit 144ee5f3 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

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


Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: default avatarKan Wu <wukanustc@gmail.com>
parent b0d25e72
...@@ -1074,7 +1074,7 @@ class ServerArgs: ...@@ -1074,7 +1074,7 @@ class ServerArgs:
"--schedule-policy", "--schedule-policy",
type=str, type=str,
default=ServerArgs.schedule_policy, 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.", help="The scheduling policy of the requests.",
) )
parser.add_argument( parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment