Prhub

#43488 [Docs] Fix stale version number in token_embed.md

原始 PR 作者 fuergaosi233 合并时间 2026-05-24 01:06 文件变更 1 提交数 2 评论 2 代码增减 +1 / -1

执行摘要

更新 token_embed.md 中已废弃的版本号

文档中仍然使用未来时态描述已完成的移除操作,PR body 指出 "The pooling multitask support has already been removed, but the documentation still references the future tense."

建议合并,保持文档与代码实际状态的同步,避免用户困惑。

实现拆解

在文件 docs/models/pooling_models/token_embed.md 的第 18 行将 "will be removed in v0.20" 改为 "has been removed since v0.21",同时调整了语气以匹配当前状态。

文件 模块 状态 重要度
docs/models/pooling_models/token_embed.md 文档 modified 1.53

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

评论区精华

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

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

风险与影响

无风险,仅修改文档文本内容,不影响任何代码逻辑。

影响范围极小,仅涉及一个文档文件的一行文本,用户查文档可见正确版本信息。

关联 Issue

未识别关联 Issue

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

完整报告

参与讨论