已合并
acl graph相关代码cleancode整改 #159
huanglei创建于 1月7日
acl graph相关代码cleancode整改 #159
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 huanglei 的贡献)1月7日 关联了issue:[新需求]: 模型权重加载重构
ascend-robot
1月7日 评论:
1月7日 评论:
ascend-robot
1月7日 评论:
1月7日 评论:
以下是根据您提交的修改文件推荐的Reviewer和Committer序列,需各模块评审通过后方可合入
| Module List | Reviewers | Committers |
|---|---|---|
| repo-Ascend/MindIE-LLM | syli1107, guanxinghua, zzhao2012, jiangkaiqiang, limuyuan31 | wu_yushan, maoxx241, taojiovvo, you-zhiyuan-0511, masiming |


1月7日 添加了label:ascend-cla/yes
examples/atb_models/atb_llm/utils/data/quant_method_adapter.py
已过期
@@ -137,0 +137,4 @@
137+ # For standard 2D weight tensors (shape [n, k]), when:
138+ # - Input dimension (k) is NOT 256-aligned (not is_k_divisible)
139+ # - Output dimension (n) IS 256-aligned (is_n_divisible)
140+ # - 3: 3D tensor has been pre-processed by NPU when matmul_nd_nz=True
141+ # NPU can handle non-aligned k via hardware padding (no transpose needed)
删除


此处折叠了90条消息 查看更多
1月8日 解决了最后一个问题
ascend-robot
1月8日 评论:
1月8日 评论:
CXY-Katrina
1月8日 评论:
1月8日 评论:
/check-pr


ascend-robot
1月8日 评论:
1月8日 评论:
Review Guide
This Pull-Request Passes Review.
Committers who writed a comment of /approve are: Katrina-CXY.
Reviewers who writed a comment of /lgtm are: martinXuc, Katrina-CXY.


1月8日 合入了pull request
合入背景
修改内容
资料变更
接口变更
测试结果
CheckList