vllm-project/vllm

[Feature]: Support `Phi4Flash` model in V1

Open

#23,957 创建于 2025年8月29日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Python (16,816 fork)batch import
feature requestgood first issuehelp wantedstaleunstale

仓库指标

Star
 (80,034 star)
PR 合并指标
 (平均合并 3天 17小时) (30 天内合并 993 个 PR)

描述

🚀 The feature, motivation and pitch

We will drop support for V0 in the very near future, and if we want to continue supporting this model in vLLM, it needs to be ported to V1.

The main work here is in:

  1. Adapting the custom Mamba layer to match how V1 manages the mamba state. The MambaMixer, MambaMixer2, MinimaxLinearAttention and ShortConv can all be used as a reference for how to do this.
  2. Porting the differential attention backend to V1.

Alternatives

Drop model support in vLLM

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.

贡献者指南