Fix the missing 'lof' choice of --schedule-policy server args (#7114)
This commit is contained in:
@@ -868,7 +868,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"],
|
choices=["lpm", "random", "fcfs", "dfs-weight", "lof"],
|
||||||
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