Skip to content

Commit 19cac90

Browse files
[XPU][CI] lock xvllm version for fix bug (#7264) (#7265)
* Remove duplicate NICs from environment variables * Update version for xvllm in download_dependencies.sh Co-authored-by: Jiaxin Sui <95567040+plusNew001@users.noreply.github.com>
1 parent 6b53bbb commit 19cac90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_ops/xpu_ops/download_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$1" == "stable" ]; then
1515
version_xvllm="20251017"
1616
version_xtdk="3.4.0.1"
1717
else
18-
version_xvllm="latest"
18+
version_xvllm="20260407"
1919
version_xtdk="latest"
2020
fi
2121

0 commit comments

Comments
 (0)