From b42e878ec0182aafbaed5cc28708e99287ef6856 Mon Sep 17 00:00:00 2001 From: Wentao Ye <44945378+yewentao256@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:52:32 -0400 Subject: [PATCH] [Bug] Fix dcp error message (#40053) Signed-off-by: yewentao256 --- vllm/v1/worker/cp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/v1/worker/cp_utils.py b/vllm/v1/worker/cp_utils.py index c5febda691d..05cca52fc0d 100644 --- a/vllm/v1/worker/cp_utils.py +++ b/vllm/v1/worker/cp_utils.py @@ -33,7 +33,7 @@ def check_attention_cp_compatibility(vllm_config: VllmConfig) -> None: "implementations to return the softmax LSE during decode, " f"but {layer_impl.__class__.__name__} does not. " "Try a different backend by setting " - "VLLM_ATTENTION_BACKEND or disable DCP." + "--attention-backend or disable DCP." ) if pcp_size > 1: