Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
afed90a0
"vllm/sequence.py" did not exist on "ef6098ec51fcd07da3b93704e2c48e1f861ff00b"
Unverified
Commit
afed90a0
authored
Jun 19, 2024
by
Michael Goin
Committed by
GitHub
Jun 19, 2024
Browse files
[Frontend][Bugfix] Fix preemption_mode -> preemption-mode for CLI arg in arg_utils.py (#5688)
parent
3ee5c4bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
afed90a0
...
...
@@ -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 '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment