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
b42e878e
Unverified
Commit
b42e878e
authored
Apr 20, 2026
by
Wentao Ye
Committed by
GitHub
Apr 20, 2026
Browse files
[Bug] Fix dcp error message (#40053)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
7243e02a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/cp_utils.py
vllm/v1/worker/cp_utils.py
+1
-1
No files found.
vllm/v1/worker/cp_utils.py
View file @
b42e878e
...
@@ -33,7 +33,7 @@ def check_attention_cp_compatibility(vllm_config: VllmConfig) -> None:
...
@@ -33,7 +33,7 @@ def check_attention_cp_compatibility(vllm_config: VllmConfig) -> None:
"implementations to return the softmax LSE during decode, "
"implementations to return the softmax LSE during decode, "
f
"but
{
layer_impl
.
__class__
.
__name__
}
does not. "
f
"but
{
layer_impl
.
__class__
.
__name__
}
does not. "
"Try a different backend by setting "
"Try a different backend by setting "
"
VLLM_ATTENTION_BACKEND
or disable DCP."
"
--attention-backend
or disable DCP."
)
)
if
pcp_size
>
1
:
if
pcp_size
>
1
:
...
...
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