Prhub

#27050 【docs】The remote weight download function has been adjusted to be unsupported until the PTA interface is fixed.

原始 PR 作者 littleyellowbicycle 合并时间 2026-06-02 20:55 文件变更 1 提交数 1 评论 0 代码增减 +4 / -4

执行摘要

标记 NPU 不支持远程权重加载

远程权重下载功能在 PTA 接口修复前调整在 NPU 平台上不支持,需要更新文档以准确反映当前支持状态。

该 PR 为简单的文档更新,无技术洞察价值,但体现了对 NPU 平台支持的持续维护。

讨论亮点

无 review 讨论。

实现拆解

修改 docs_new/docs/hardware-platforms/ascend-npus/ascend_npu_support_features.mdx 文件,将以下四个参数的平台支持列从 'A2, A3' 改为 'Special for GPU':

  • --remote-instance-weight-loader-seed-instance-ip
  • --remote-instance-weight-loader-seed-instance-service-port
  • --remote-instance-weight-loader-send-weights-group-ports
  • --remote-instance-weight-loader-backend
  • --remote-instance-weight-loader-start-seed-via-transfer-engine

这些参数原本标记为 Ascend NPU 的 A2/A3 平台支持,现明确为仅适用于 GPU。

文件 模块 状态 重要度
docs_new/docs/hardware-platforms/ascend-npus/ascend_npu_support_features.mdx 文档 modified 2.12

分析完成后,这里会展示 LLM 生成的相对完整源码片段和详细注释。

评论区精华

没有提炼出高价值讨论线程

当前评论区没有形成足够清晰的争议点或结论,后续有更多讨论时会体现在这里。

风险与影响

该 PR 仅修改文档,无代码逻辑变更,风险极低。但需注意 NPU 用户若尝试使用这些参数可能遇到错误,文档更新后用户可提前知晓。

影响范围局限于 Ascend NPU 平台的文档使用者,告知其远程权重加载功能暂不支持。对 GPU 用户无影响。

仅文档变更

关联 Issue

未识别关联 Issue

当前没有检测到明确关联的 Issue 链接,后续同步到相关引用后会出现在这里。

完整报告

参与讨论