Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions custom_ops/xpu_ops/download_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ "$1" == "stable" ]; then
version_xvllm="20251017"
version_xtdk="3.4.0.1"
else
version_xvllm="latest"
version_xtdk="latest"
version_xvllm="20260623"
version_xtdk="3.8.48.1"

Copy link
Copy Markdown

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.mddocs/zh/get_started/installation/kunlunxin_xpu.md 操作时,会以为该参数继续跟随 latest;实际下载的是固定版本,后续定位依赖问题或选择 nightly 依赖时容易误判。

建议修复方式:
同步更新中英文安装文档,把 develop 的说明改为“下载 develop 分支指定的 XPU 编译依赖版本”,或保留 latest 语义并新增一个单独的 pinned 参数/变量分支。

fi
Comment on lines 17 to 20

(
Expand Down
Loading