Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 建议
develop分支现在把 XTDK 固定到3.8.48.1,但安装文档仍说明download_dependencies.sh develop用于下载最新版 XTDK/XVLLM。原因/影响说明:用户按
docs/get_started/installation/kunlunxin_xpu.md和docs/zh/get_started/installation/kunlunxin_xpu.md操作时,会以为该参数继续跟随 latest;实际下载的是固定版本,后续定位依赖问题或选择 nightly 依赖时容易误判。建议修复方式:
同步更新中英文安装文档,把
develop的说明改为“下载 develop 分支指定的 XPU 编译依赖版本”,或保留latest语义并新增一个单独的 pinned 参数/变量分支。