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
ffaad3df
Commit
ffaad3df
authored
Jul 31, 2025
by
zhuwenwen
Browse files
update arg_utils.py
parent
ffadd035
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+3
-0
No files found.
vllm/engine/arg_utils.py
View file @
ffaad3df
...
...
@@ -1594,6 +1594,9 @@ class EngineArgs:
# For pooling tasks the default is False
if
model_config
.
runner_type
!=
"pooling"
:
self
.
enable_chunked_prefill
=
True
if
model_config
.
enable_chunked_prefill
is
not
None
and
\
model_config
.
enable_chunked_prefill
is
False
:
self
.
enable_chunked_prefill
=
False
if
self
.
enable_prefix_caching
is
None
:
self
.
enable_prefix_caching
=
True
else
:
...
...
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