文件最后提交记录最后更新时间
[doc]修改cache_compile资料问题 Co-authored-by: wangkai<wangkai579@huawei.com> # message auto-generated for no-merge-commit merge: !3084 merge doc_fix into master [doc]修改cache_compile资料问题 Created-by: mihudan Commit-by: wangkai Merged-by: ascend-robot Description: [doc]修改cache_compile资料问题 1.问题1: - **文件**: `npugraph_ex/advanced/compile_cache.md: - **问题描述**: forward函数中使用了 self.linear2(x.data) + self.linear2(kv[0]),linear2用了两次而非预期的linear1+linear2组合,导致示例模型前后不一致。 原来没有用到linear1,现在删除 self.linear2(kv[0]) 全部改为 self.linear1(kv[0])。 2.问题2: cache_compile接口中options参数未出现在函数原型中 - **文件**: `npugraph_ex/api/inference/cache_compile.md - **问题描述**: 函数原型签名options参数在参数说明表中列出,但函数原型中缺少该参数的显式定义,>仅通过**kwargs隐含传递。 按照修复建议明确说明通过**kwargs传递。 See merge request: Ascend/torchair!308412 天前
fix docs bug Co-authored-by: hulida<hulida@huawei.com> Co-authored-by: fu-hao-huawei<fuhao16@huawei.com> Co-authored-by: chenweiheng<chenweiheng1@hisilicon.com> Co-authored-by: SunYaping<sunyaping4@huawei.com> Co-authored-by: Achilles_d<duanchengyuan@huawei.com> Co-authored-by: zhukkk<zhuke11@huawei.com> Co-authored-by: tangjie66<tangjie66@huawei.com> # message auto-generated for no-merge-commit merge: !2811 merge ass into master fix docs bug Created-by: Sunyp01 Commit-by: Sunyp01;Achilles_d;fu-hao-huawei;chenweiheng;hulida;tangjie66;zhukkk;SunYaping Merged-by: ascend-robot Description: fix doc bug See merge request: Ascend/torchair!28112 个月前
fix doc bugs Co-authored-by: lyz0328<liyanzhen@huawei.com> # message auto-generated for no-merge-commit merge: !2893 merge master into master fix doc bugs Created-by: lyz0328 Commit-by: lyz0328 Merged-by: ascend-robot Description: fix doc bugs See merge request: Ascend/torchair!28931 个月前