Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

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 robertgshaw2-redhat committed Jun 23, 2024
1 parent d33025c commit cf5889f
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 @@ -592,7 +592,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 cf5889f

Please sign in to comment.