vllm-project/vllm

[Feature]: Support `Phi4Flash` model in V1

オープン

#23,957 opened on 2025/08/29

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Python (16,816 件のフォーク)batch import
feature requestgood first issuehelp wantedstaleunstale

Repository metrics

Stars
 (80,034 個のスター)
PR merge metrics
 (平均マージ 3d 17h) (30d で 993 merged PRs)

説明

🚀 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.

コントリビューターガイド