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
f0584036
Unverified
Commit
f0584036
authored
Jul 31, 2024
by
fzyzcjy
Committed by
GitHub
Jul 30, 2024
Browse files
[Doc] Super tiny fix doc typo (#6949)
parent
c66c7f86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+3
-3
No files found.
vllm/engine/arg_utils.py
View file @
f0584036
...
@@ -632,9 +632,9 @@ class EngineArgs:
...
@@ -632,9 +632,9 @@ class EngineArgs:
'--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 '
'
swapp
ing; If
\'
swap
\'
, the engine performs preemption by
block
'
'
recomput
ing; If
\'
swap
\'
, the engine performs preemption by '
'swapping.'
)
'
block
swapping.'
)
parser
.
add_argument
(
parser
.
add_argument
(
"--served-model-name"
,
"--served-model-name"
,
...
...
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