[Others] update flash mask version#7819
Conversation
|
Thanks for your contribution! |
PaddlePaddle-bot
left a comment
There was a problem hiding this comment.
🤖 Paddle-CI-Agent | pr_review |
2026-05-14 17:54:28
📋 Review 摘要
PR 概述:升级 flash_mask wheel 包版本,解决与 flashinfer 0.6.11 的 nvidia-cutlass-dsl 依赖冲突
变更范围:requirements.txt
影响面 Tag:[Others]
📝 PR 规范检查
## Usage or Command 和 ## Accuracy Tests 两个 section 仅保留了 HTML 注释,未明确填写 N/A,不符合描述模板要求(模板要求"按真实情况填写,无则 N/A")。
标题建议:标题格式合规,无需修改。
PR 描述建议(可直接复制,必须复刻 checklist §D2 模板的完整结构):
## Motivation
flashinfer升级到0.6.11版本要求nvidia-cutlass-dsl>=4.4.2(https://github.com/PaddlePaddle/FastDeploy/pull/7799),flash mask旧版本锁死了nvidia-cutlass-dsl==4.4.2,产生冲突,因此升级一下flash mask版本
## Modifications
升级 `requirements.txt` 中 `flash_mask` 的 wheel 包版本,从 `4.0.0+g4c84f74` 升级至 `4.0.0+g4a17261`,解除与 flashinfer 0.6.11 的 `nvidia-cutlass-dsl` 依赖冲突
## Usage or Command
N/A
## Accuracy Tests
N/A
## Checklist
- [x] Add at least a tag in the PR title.
- Tag list: [`[FDConfig]`,`[APIServer]`,`[Engine]`, `[Scheduler]`, `[PD Disaggregation]`, `[Executor]`, `[Graph Optimization]`, `[Speculative Decoding]`, `[RL]`, `[Models]`, `[Quantization]`, `[Loader]`, `[OP]`, `[KVCache]`, `[DataProcessor]`, `[BugFix]`, `[Docs]`, `[CI]`, `[Optimization]`, `[Feature]`, `[Benchmark]`, `[Others]`, `[XPU]`, `[HPU]`, `[GCU]`, `[DCU]`, `[Iluvatar]`, `[Metax]`]
- You can add new tags based on the PR content, but the semantics must be clear.
- [x] Format your code, run `pre-commit` before commit.
- [ ] Add unit tests. Please write the reason in this PR if no unit tests.
- [ ] Provide accuracy results.
- [ ] If the current PR is submitting to the `release` branch, make sure the PR has been submitted to the `develop` branch, then cherry-pick it to the `release` branch with the `[Cherry-Pick]` PR tag.问题
未发现阻塞性问题。
总体评价
变更合理,通过升级 flash_mask wheel 包版本解决了 flashinfer 0.6.11 与 nvidia-cutlass-dsl 之间的依赖冲突。PR 描述两个 section 的占位符未替换,建议按描述模板要求明确填写 N/A。
CI报告基于以下代码生成(30分钟更新一次): 1 任务总览⏳ Required 任务进行中:3 个 required 任务仍在运行,7 个已通过,0 个失败,请等待运行完成。
2 任务状态汇总2.1 Required任务 : 7/10 通过
2.2 可选任务 — 24/27 通过
3 失败详情(仅 required)无 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7819 +/- ##
==========================================
Coverage ? 63.17%
==========================================
Files ? 461
Lines ? 64083
Branches ? 9806
==========================================
Hits ? 40484
Misses ? 20821
Partials ? 2778
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation
flashinfer升级到0.6.11版本要求nvidia-cutlass-dsl>=4.4.2(https://github.com/PaddlePaddle/FastDeploy/pull/7799),flash mask旧版本锁死了nvidia-cutlass-dsl==4.4.2,产生冲突,因此升级一下flash mask版本
Modifications
升级flash mask版本
版本信息记录在:https://ku.baidu-int.com/knowledge/HFVrC7hq1Q/pKzJfZczuc/YeqWcBGW4m/EUBpKxHfTurV5G
Usage or Command
NA
Accuracy Tests
NA
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.