[Doc] Fix typo in arg_utils.py (#10264)
Signed-off-by: Xin Yang <xyang19@gmail.com>
This commit is contained in:
parent
56a955e774
commit
032fcf16ae
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user