Skip to content

Commit afed90a

Browse files
authored
[Frontend][Bugfix] Fix preemption_mode -> preemption-mode for CLI arg in arg_utils.py (#5688)
1 parent 3ee5c4b commit afed90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def add_cli_args(
577577
'This should be a JSON string that will be '
578578
'parsed into a dictionary.')
579579
parser.add_argument(
580-
'--preemption_mode',
580+
'--preemption-mode',
581581
type=str,
582582
default=None,
583583
help='If \'recompute\', the engine performs preemption by block '

0 commit comments

Comments
 (0)