"vllm/sequence.py" did not exist on "ef6098ec51fcd07da3b93704e2c48e1f861ff00b"
Unverified Commit afed90a0 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Frontend][Bugfix] Fix preemption_mode -> preemption-mode for CLI arg in arg_utils.py (#5688)

parent 3ee5c4bc
......@@ -577,7 +577,7 @@ class EngineArgs:
'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 '
......
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