# PR #27050 完整报告

- 仓库：`sgl-project/sglang`
- 标题：【docs】The remote weight download function has been adjusted to be unsupported until the PTA interface is fixed.
- 合并时间：2026-06-02 20:55
- 原文链接：http://prhub.com.cn/sgl-project/sglang/pull/27050

---

## 执行摘要

该 PR 更新了 Ascend NPU 支持特性文档，将几个远程权重加载参数的可用平台从 A2/A3 修改为 Special for GPU，表明这些参数在 NPU 上暂不支持，直至 PTA 接口修复。

## 功能与动机

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

## 实现拆解

仅修改一个文件 `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`

### 无关键源码片段（文档变更）。

## 评论区精华

无 review 讨论。

## 风险与影响

风险极低，仅影响 NPU 用户对远程权重加载功能的预期。

## 关联脉络

无关联 PR。