vllm-project/vllm

[Feature]: Improve DCP error messages

Open

#28.407 aperta il 10 nov 2025

Vedi su GitHub
 (5 commenti) (2 reazioni) (0 assegnatari)Python (16.816 fork)batch import
feature requestgood first issuestale

Metriche repository

Star
 (80.034 star)
Metriche merge PR
 (Merge medio 3g 17h) (993 PR mergiate in 30 g)

Descrizione

🚀 The feature, motivation and pitch

Currently if a backend doesn't support DCP we get the following error message

AssertionError: DCP requires attention impls to return the softmax lse for decode, but the impl FlashInferImpl does not return the softmax lse for decode.

It would good to suggest to the user to try an alternative backend using VLLM_ATTENTION_BACKEND

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Guida contributor