[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:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user