已合并
[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1 #769
yuzechen创建于 11 天前
[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1 #769
已合并
Pull Request已成功合入, 合并人@tobking
(感谢 yuzechen 的贡献)11 天前 关联了issue:[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1
atomgit-bot
11 天前 评论:
11 天前 评论:
🤖 正在生成合并请求摘要,请稍候…


atomgit-bot
11 天前 评论:
11 天前 评论:
11 天前 添加了label:ascend-cla/yes
ascend-robot
11 天前 评论:
11 天前 评论:
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
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-Motor | ✅ 吕有辉, 高鹏 (2/2) | ✅ 吕有辉 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
Jechin, thanks for your pull request. All authors of the commits have signed the CLA. 👍


11 天前 添加了label:ci-pipeline-running
ascend-robot
11 天前 评论:
11 天前 评论:
ascend docs pipeline is running...


11 天前 添加了label:docs-ci-pipeline-running
ascend-robot
11 天前 评论:
11 天前 评论:
11 天前 删除了label:docs-ci-pipeline-running
11 天前 添加了label:docs-ci-pipeline-success
11 天前 删除了label:ci-pipeline-running
11 天前 添加了label:ci-pipeline-passed
ascend-robot
11 天前 评论:
11 天前 评论:
流水线 PR-pipeline_MindIE-Motor_gitcode#2814 [ commitID:643fb84f ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_linux_arm | ✅ | >>> |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | pre-commit | ✅ | >>> |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_linux_arm | ✅ | >>> |
| 流水线 | PR-pipeline_MindIE-Motor_gitcode | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


jason lyu
11 天前 评论:
11 天前 评论:
/approve


11 天前 添加了label:approved
高鹏
11 天前 评论:
11 天前 评论:
/lgtm


11 天前 添加了label:lgtm
11 天前 关闭了关联的issue
11 天前 合入了pull request
1. 合入背景
Fixes #502
产品侧确定
MooncakeConnectorV1为 PD KV 传输主推方案,需将官方示例与用户文档中的默认 Connector 从MooncakeLayerwiseConnector统一切换为 V1,避免新用户按示例部署时仍使用 Layerwise。2. 修改内容
examples/infer_engines/vllm/)user_config.json、user_config_pd_hetero.json、single_container/user_config.json中 Prefill/Decode 的kv_connector改为MooncakeConnectorV1docs/zh/user_guide/configuration/config_reference.md:PD 混部与 PD 分离配置示例同步更新docs/zh/user_guide/quick_start_motor.md:快速入门 PD 配置示例同步更新docs/zh/user_guide/features/EPD_disaggregation.md:EPD 分离配置示例同步更新docs/zh/user_guide/features/tracing.md:Tracing 场景配置示例同步更新3. 资料变更
涉及,均为上述文档与示例 JSON 中
kv_connector默认值变更。4. 接口变更
不涉及跨代码仓或客户面 API 变更;仅示例与文档中的配置项默认值调整。
5. 测试结果
(自行补充)
6. CheckList
[x] 代码注释完备
[x] 正确记录维测日志
[x] 是否有UT用例
[x] 若涉及多线程场景,考虑了并发场景,不存在死锁问题