文件最后提交记录最后更新时间
docs: fix invalid resource links in the document. Co-authored-by: zhangxubin<1656631289@qq.com> # message auto-generated for no-merge-commit merge: !2293 merge master into master docs: fix invalid resource links in the document. Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 当前仓上文档存在资源链接无效的问题。 存在如下问题: 1. 图片名字单词拼错 2. 图片资源链接少一级目录,导致图片资源找不到,渲染失败。 ## Does this PR introduce any user-facing change? 无影响。 ## How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed-MM!22932 个月前
[Docs] adjust docs dir Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2199 merge master into master [Docs] adjust docs dir Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## Motivation 根据Q1资料需求,调整docs目录 ## Modification 1. 根据Q1资料需求,调整docs目录,文档目录调整为 ```bash -- docs |-- zh |-- pytorch # pytorch后端安装 & 迁移指南 |-- mindspore # mindspore后端安装 & 迁移指南 |-- features # 特性文档 FAQ.md RELEASENOTE.md SECURITYNOTE.md public_address_statement.md |-- en # 暂时为空,后续资料同事辅助完成英文文档 ``` 2. features/权重转换工具.md 文档名为中文,在部分机器上乱码,统一修改为英文 3. 文档中涉及到的链接,统一刷新为新目录的链接 4. 首页错误链接修复 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21993 个月前
[Docs] adjust docs dir Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2199 merge master into master [Docs] adjust docs dir Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## Motivation 根据Q1资料需求,调整docs目录 ## Modification 1. 根据Q1资料需求,调整docs目录,文档目录调整为 ```bash -- docs |-- zh |-- pytorch # pytorch后端安装 & 迁移指南 |-- mindspore # mindspore后端安装 & 迁移指南 |-- features # 特性文档 FAQ.md RELEASENOTE.md SECURITYNOTE.md public_address_statement.md |-- en # 暂时为空,后续资料同事辅助完成英文文档 ``` 2. features/权重转换工具.md 文档名为中文,在部分机器上乱码,统一修改为英文 3. 文档中涉及到的链接,统一刷新为新目录的链接 4. 首页错误链接修复 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21993 个月前