合并受阻
变更摘要
本 PR 针对 svd_quant 的中英文指南文档进行路径变量写法修复:将带多余美元符的 cd $path$/amct_ops 与 cd $path$/tests/amct_ops 统一修正为带引号的 cd "$path/amct_ops" 与 cd "$path/tests/amct_ops",并同步更新 README.md 与 README_en.md,保持双语一致。该变更仅修正 shell 路径拼接,不改动构建参数或算子代码。
主要改动
- 修正
README.md中的cd命令: 将文档中 4 处$path$/...形式的路径变量拼接改为"$path/..."带引号写法,消除多余美元符,确保路径展开正确。 - 修正
README_en.md中的cd命令: 同步将英文文档中 4 处相同问题修正为cd "$path/amct_ops"与cd "$path/tests/amct_ops",保持与中文文档一致。 - 保持双语内容同步: 两份文档均无
$path$/残留,修正后的命令变量展开路径与amct/amct_ops、amct/tests/amct_ops实际目录一致。


🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
For more, you also can visit HICANN.
PR Approval Progress
⚠️ This PR does not yet meet the following requirements:lgtm (requires ≥ 2 person(s) per module)、approve (requires ≥ 1 person(s) per module)
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/amct | ❌ (0/2)(You can also ask: wulinyu, 姚广修, sophia1213, 金瑛琪, zhuliangying) | ❌ (0/1)(You can also ask: wulinyu, zhuliangying, li_ting, 袁江, 姚广修) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
2403_87936996, thanks for your pull request. All authors of the commits have signed the CLA. 👍


compile


/compile


撞车声明:master 已由 119c8e9(SvdQuant fixes)重写 svd_quant 编译安装命令(改为仓库根相对路径,不再使用 变量),本 PR 修复的变量展开 bug( → "$path")已随重构消失(README.md/README_en.md 中 残留为 0)。经本地核对无遗漏,请维护者关闭,谢谢!


描述
修复 svd_quant 中英文指南 8 处带多余美元符的 cd 命令。
关联的Issue
#176
测试
文档更新
同步更新 svd_quant 中英文编译、安装与测试命令。
类型标签