已合并
[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1 #769
[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1 #769
已合并
yuzechen创建于 11 天前
yuzechen
yuzechen成员
11 天前

1. 合入背景

Fixes #502

产品侧确定 MooncakeConnectorV1 为 PD KV 传输主推方案,需将官方示例与用户文档中的默认 Connector 从 MooncakeLayerwiseConnector 统一切换为 V1,避免新用户按示例部署时仍使用 Layerwise。

2. 修改内容

  1. 示例配置examples/infer_engines/vllm/
    • user_config.jsonuser_config_pd_hetero.jsonsingle_container/user_config.json 中 Prefill/Decode 的 kv_connector 改为 MooncakeConnectorV1
  2. 用户指南文档
    • docs/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] 若涉及多线程场景,考虑了并发场景,不存在死锁问题

likedislike
Pull Request已成功合入, 合并人@tobking
(感谢 yuzechen 的贡献)
yuzechenyuzechen成员
11 天前 关联了issue:[feature] 示例与文档默认 KV Connector 切换为 MooncakeConnectorV1
atomgit-bot
atomgit-bot
11 天前 评论:

🤖 正在生成合并请求摘要,请稍候…

likedislike
atomgit-bot
atomgit-bot
11 天前 评论:

代码审查

✅ 未发现问题

likedislike
ascend-robotascend-robot成员
11 天前 添加了label:ascend-cla/yes
ascend-robot
ascend-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
ascend-robotascend-robot成员
11 天前 添加了label:ci-pipeline-running
ascend-robot
ascend-robot成员
11 天前 评论:

ascend docs pipeline is running...

likedislike
ascend-robotascend-robot成员
11 天前 添加了label:docs-ci-pipeline-running
ascend-robot
ascend-robot成员
11 天前 评论:

✅ 文档门禁通过!

检查项 检查结果 详情
markdownlint ✅ 已通过 查看详情
link-validity-check ✅ 已通过 查看详情
resource-existence-check ✅ 已通过 查看详情
tag-closed-check ✅ 已通过 查看详情
likedislike
ascend-robotascend-robot成员
11 天前 删除了label:docs-ci-pipeline-running
ascend-robotascend-robot成员
11 天前 添加了label:docs-ci-pipeline-success
ascend-robotascend-robot成员
11 天前 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
11 天前 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
11 天前 评论:
流水线 PR-pipeline_MindIE-Motor_gitcode#2814 [ commitID:643fb84f ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_linux_arm >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 pre-commit >>>
开源片段检查 SCA >>>
开发者测试 UT_linux_arm >>>
流水线 PR-pipeline_MindIE-Motor_gitcode >>>
此流水线已支持下列评论快捷指令,仅PR创建者和白名单成员评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
jason lyu
jason lyu成员
11 天前 评论:

/approve

likedislike
ascend-robotascend-robot成员
11 天前 添加了label:approved
高鹏
高鹏成员
11 天前 评论:

/lgtm

likedislike
ascend-robotascend-robot成员
11 天前 添加了label:lgtm
tobkingtobking成员
11 天前 关闭了关联的issue
tobkingtobking成员
11 天前 合入了pull request