Skip to content

Commit 1cf836d

Browse files
committed
Merge pull request #611 from RedisAI/dlpack_version
dlpack v0.3
1 parent 30e0302 commit 1cf836d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ MKL=mkl
6969
ONNXRUNTIME=onnxruntime
7070

7171
######################################################################################## DLPACK
72-
72+
DLPACK_VERSION="v0.3"
7373
if [[ $WITH_DLPACK != 0 ]]; then
7474
[[ $FORCE == 1 ]] && rm -rf $DLPACK
7575

7676
if [[ ! -d $DLPACK ]]; then
7777
echo "Cloning dlpack ..."
78-
git clone --depth 1 https://github.com/dmlc/dlpack.git $DLPACK
78+
git clone --depth 1 --branch $DLPACK_VERSION https://github.com/dmlc/dlpack.git $DLPACK
7979
echo "Done."
8080
else
8181
echo "dlpack is in place."

0 commit comments

Comments
 (0)