Skip to content

Commit 2fc77e6

Browse files
authored
[XPU][CI] Update xtdk version to 'latest' in download script (#7632)
1 parent 6594cf7 commit 2fc77e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_ops/xpu_ops/download_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$1" == "stable" ]; then
1616
version_xtdk="3.4.0.1"
1717
else
1818
version_xvllm="latest"
19-
version_xtdk="3.6.2.1"
19+
version_xtdk="latest"
2020
fi
2121

2222
(

0 commit comments

Comments
 (0)