Unverified Commit 032fcf16 authored by Xin Yang's avatar Xin Yang Committed by GitHub
Browse files

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


Signed-off-by: default avatarXin Yang <xyang19@gmail.com>
parent 56a955e7
...@@ -626,8 +626,8 @@ class EngineArgs: ...@@ -626,8 +626,8 @@ class EngineArgs:
type=int, type=int,
default=EngineArgs.max_cpu_loras, default=EngineArgs.max_cpu_loras,
help=('Maximum number of LoRAs to store in CPU memory. ' help=('Maximum number of LoRAs to store in CPU memory. '
'Must be >= than max_num_seqs. ' 'Must be >= than max_loras. '
'Defaults to max_num_seqs.')) 'Defaults to max_loras.'))
parser.add_argument( parser.add_argument(
'--fully-sharded-loras', '--fully-sharded-loras',
action='store_true', action='store_true',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment