[Doc] Fix typo in arg_utils.py (#10264)

Signed-off-by: Xin Yang <xyang19@gmail.com>
This commit is contained in:
Xin Yang 2024-11-12 21:54:52 -08:00 committed by GitHub
parent 56a955e774
commit 032fcf16ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -626,8 +626,8 @@ class EngineArgs:
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',