Skip to content

Commit fa9c197

Browse files
kerthcetdtrifiro
authored andcommitted
[Bugfix] Fix flag name for max_seq_len_to_capture (vllm-project#4935)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 7a89ffb commit fa9c197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/engine/arg_utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ def add_cli_args(
341341
help='Maximum context length covered by CUDA '
342342
'graphs. When a sequence has context length '
343343
'larger than this, we fall back to eager mode. '
344-
'(DEPRECATED. Use --max-seq_len-to-capture instead'
344+
'(DEPRECATED. Use --max-seq-len-to-capture instead'
345345
')')
346-
parser.add_argument('--max-seq_len-to-capture',
346+
parser.add_argument('--max-seq-len-to-capture',
347347
type=int,
348348
default=EngineArgs.max_seq_len_to_capture,
349349
help='Maximum sequence length covered by CUDA '

0 commit comments

Comments
 (0)