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: ...@@ -577,7 +577,7 @@ class EngineArgs:
'This should be a JSON string that will be ' 'This should be a JSON string that will be '
'parsed into a dictionary.') 'parsed into a dictionary.')
parser.add_argument( parser.add_argument(
'--preemption_mode', '--preemption-mode',
type=str, type=str,
default=None, default=None,
help='If \'recompute\', the engine performs preemption by block ' 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