已关闭
fix(deepseek_v2_lite_chat): make package importable without unreleased kernels #591
不喜欢雨天ༀ创建于 21 天前关闭于 14 天前
fix(deepseek_v2_lite_chat): make package importable without unreleased kernels #591
已关闭
当前Pull Request已关闭, 关闭人@不喜欢雨天ༀ
21 天前 关联了issue:[Bug] deepseek_v2_lite_chat 算子包无法导入:__init__.py 引用从未提交的 rms_norm / rope 子模块
21 天前 添加了label:cann-cla/yes
CANN-robot
21 天前 评论:
21 天前 评论:
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.
You can self-configure the PR merge rules for this repository. For more details, please refer to 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/pypto-gym | ❌ (0/2)(You can also ask: li-shengxian3, wangbing110, 周若愚, gaoxiang618, wangzheng97) | ❌ (0/1)(You can also ask: 周若愚, codehjp423, 林嘉树, foundea, li-shengxian3) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


CANN-robot
21 天前 评论:
21 天前 评论:
不喜欢雨天ༀ
19 天前 评论:
19 天前 评论:
/compile


19 天前 添加了label:ci-pipeline-running
CANN-robot
19 天前 评论:
19 天前 评论:
流水线任务触发成功
任务链接 [0347e83da1ce44b2948904720054009f][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| precommit | ✅ SUCCESS | >>>>> | |
| codecheck_style | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| Smoke_A900 | ❌ FAILED | >>>>> | >>>>> |
| Resource | ✅ SUCCESS |


19 天前 删除了label:ci-pipeline-running
19 天前 添加了label:ci-pipeline-failed
不喜欢雨天ༀ
14 天前 评论:
14 天前 评论:
与 !603 为同主题重复提交,收敛到 !603 统一处理(其 CI 通过且内容更聚焦),关闭本 PR 减少评审队列负担。对应 issue 不受影响。


14 天前 关闭了 pull request
变更说明
修复 #85:deepseek_v2_lite_chat 子包顶层直接导入 rms_norm/rms_norm_impl 与 rope/rope_impl,
但两个目录未随仓库发布,导致包导入即 ModuleNotFoundError。
若后续 rms_norm / rope 内核计划开源,恢复直接导入即可。
Fixes #85