Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Nov 12, 2024
1 parent 4b40f16 commit c2345c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def add_cli_args(
'* "load" dispatch request to the instance with lowest instance load.\n'
'* "queue" dispatch request to the instance with minimum waiting request queue length.\n'
'* "flood" dispatch request to the instance with maximum requests dispatched.\n'
'* "rr" dispatch requests with roundrobin policy.\n')
'* "rr" dispatch requests with round-robin policy.\n')
parser.add_argument('--num-available-dispatch-instances',
type=int,
help='number of available instances for dispatching')
Expand Down

0 comments on commit c2345c2

Please sign in to comment.