Skip to content

Commit

Permalink
[Doc] Fix typo in arg_utils.py (vllm-project#10264)
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Yang <[email protected]>
  • Loading branch information
xyang16 authored Nov 13, 2024
1 parent 56a955e commit 032fcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,8 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
type=int,
default=EngineArgs.max_cpu_loras,
help=('Maximum number of LoRAs to store in CPU memory. '
'Must be >= than max_num_seqs. '
'Defaults to max_num_seqs.'))
'Must be >= than max_loras. '
'Defaults to max_loras.'))
parser.add_argument(
'--fully-sharded-loras',
action='store_true',
Expand Down

0 comments on commit 032fcf1

Please sign in to comment.