mirror of
https://github.com/wassname/vllm.git
synced 2026-06-28 23:27:19 +08:00
65bf2ac165
This PR combines prepare_prompt and prepare_decode into a single API. This PR also coelsce the attn metadata for prefill/decode to a single class and allow to slice them when running attn backend. It also refactors subquery_start_loc which was not refactored in the previous PR