Prhub

#2022 Add docs for external servers

原始 PR 作者 zhuzilin 合并时间 2026-06-05 14:03 文件变更 12 提交数 2 评论 0 代码增减 +252 / -4

执行摘要

新增 external-rollout-engines 中英文文档

Users need guidance on when to use --rollout-external-engine-addrs, when to stay with --sglang-config, and which weight-update path (full disk/delta NCCL) to pick for external deployments. This documentation serves as a roadmap to help make those decisions.

Read if you are considering external rollout engines or need to choose between --sglang-config and --rollout-external-engine-addrs.

讨论亮点

No review comments were posted on this PR.

实现拆解

  1. Created English and Chinese versions of external-rollout-engines.md with a decision table, explanations of external engines, and relationships with sglang-config. 2. Modified delta-weight-sync.md (EN/ZH) to add a reference to the Cursor Composer 2 technical report. 3. Modified sglang-config.md (EN/ZH) to add a cross-link to the external-rollout-engines page. 4. Updated index.rst (EN/ZH) and README (EN/ZH) to include the new page in the table of contents and start-by-use-case section.
文件 模块 状态 重要度
docs/en/advanced/external-rollout-engines.md 英文文档 added 4.43
docs/zh/advanced/external-rollout-engines.md 中文文档 added 4.43
docs/en/index.rst 英文目录 modified 1.54
docs/zh/index.rst 中文目录 modified 1.54
docs/en/advanced/sglang-config.md 英文配置文档 modified 1.54

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

评论区精华

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

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

风险与影响

Documentation-only change with no code modifications. Low risk; the author implemented the related features and is familiar with the system. Potential minor risk if users follow incorrect advice, but the content was reviewed before merge.

Positive impact on user experience for those deploying external rollout engines. No impact on system behavior or performance.

关联 Issue

未识别关联 Issue

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

完整报告

参与讨论