已合并
bugfix: qwen35 gdn config update #2774
且奏长歌创建于 7月6日
bugfix: qwen35 gdn config update #2774
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 且奏长歌 的贡献)此处折叠了101条消息 查看更多
fuyong
7月7日 评论:
7月7日 评论:
/lgtm


ascend-robot
7月7日 评论:
7月7日 评论:
The following users do not have permission to comment /lgtm or /approve on any module in this PR:
付勇


7月7日 添加了label:lgtm
7月7日 合入了pull request
ascend-robot
7月7日 评论:
7月7日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


What this PR does / why we need it?
A5机型上triton+eager组合存在报错,故全部改为ascendc+triton,README中已包含适配AscendC的方法
https://gitcode.com/Ascend/MindSpeed-MM/issues/322
Does this PR introduce any user-facing change?
gdn和causal_conv1d配置为ascendc+triton,并默认使能选择性重计算
#融合算子配置
gdn_implementation: ascendc
causal_conv1d_implementation: triton
#skip_recompute
skip_gdn_recompute: true
skip_flash_attn_recompute: true
How was this patch tested?
经验证在A3和A5上机型上均能正常跑通不报错,并不影响当前精度结果