[Frontend][Bugfix] Fix preemption_mode -> preemption-mode for CLI arg in arg_utils.py (#5688)
This commit is contained in:
parent
3ee5c4bca5
commit
afed90a034
@ -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 '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user