Skip to content

Commit

Permalink
[Frontend][Bugfix] Fix preemption_mode -> preemption-mode for CLI arg…
Browse files Browse the repository at this point in the history
… in arg_utils.py (vllm-project#5688)
  • Loading branch information
mgoin authored and jimpang committed Jul 24, 2024
1 parent 326cb11 commit 8d9ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def add_cli_args(
'This should be a JSON string that will be '
'parsed into a dictionary.')
parser.add_argument(
'--preemption_mode',
'--preemption-mode',
type=str,
default=None,
help='If \'recompute\', the engine performs preemption by block '
Expand Down

0 comments on commit 8d9ee55

Please sign in to comment.