已合并
fix: revert online weight conversion support for model scripts that do not support it. #4694
daixzh创建于 7月4日
fix: revert online weight conversion support for model scripts that do not support it. #4694
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 daixzh 的贡献)ascend-robot
7月4日 评论:
7月4日 评论:
7月4日 添加了label:ascend-cla/yes
ascend-robot
7月4日 评论:
7月4日 评论:
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
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-Ascend/MindSpeed-LLM | ❌ (0/2)(You can also ask: 丁子霖, 吴聪, 梅菲, qyzqyz, tichang) | ❌ (0/1)(You can also ask: iansheng, 封舒鑫, 吴环宇, wangmin0104, wjlflyer) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
daixzh, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了55条消息 查看更多
7月6日 添加了label:docs-ci-pipeline-success
ascend-robot
7月6日 评论:
7月6日 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


7月6日 添加了label:ci-pipeline-passed
ascend-robot
7月6日 评论:
7月6日 评论:
流水线 PR-pipeline_MindSpeed-LLM#4453 [ commitID:b1c40cac ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | Only_doc_commit | ✅ | >>> |
| CodeCheck | ✅ | >>> | |
| CodeCheck-pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_PY310 | ✅ | >>> |
| UT_PY38 | 🛑 | >>> | |
| 流水线 | PR-pipeline_MindSpeed-LLM | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


7月6日 合入了pull request
What this PR does / why we need it?
Some training scripts currently use online weight conversion, but this feature is not yet supported for the corresponding models. Therefore, this PR reverts those scripts to use offline weight conversion instead.
Does this PR introduce any user-facing change?
The affected scripts switch from online weight conversion to offline weight conversion.
How was this patch tested?
By running the corresponding tests successfully.