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
e720f7cf
Commit
e720f7cf
authored
Nov 13, 2025
by
zhuwenwen
Browse files
restore the default settings of disable_cascade_attn
parent
b364c176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
e720f7cf
...
@@ -326,7 +326,7 @@ class ModelConfig:
...
@@ -326,7 +326,7 @@ class ModelConfig:
"""Whether to disable sliding window. If True, we will disable the sliding
"""Whether to disable sliding window. If True, we will disable the sliding
window functionality of the model, capping to sliding window size. If the
window functionality of the model, capping to sliding window size. If the
model does not support sliding window, this argument is ignored."""
model does not support sliding window, this argument is ignored."""
disable_cascade_attn
:
bool
=
Tru
e
disable_cascade_attn
:
bool
=
Fals
e
"""Disable cascade attention for V1. While cascade attention does not
"""Disable cascade attention for V1. While cascade attention does not
change the mathematical correctness, disabling it could be useful for
change the mathematical correctness, disabling it could be useful for
preventing potential numerical issues. Note that even if this is set to
preventing potential numerical issues. Note that even if this is set to
...
...
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