Skip to content

Commit c9d8444

Browse files
committed
Merge pull request #611 from RedisAI/dlpack_version
dlpack v0.3
1 parent 1267bf1 commit c9d8444

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
@@ -70,13 +70,13 @@ MKL=mkl
7070
ONNXRUNTIME=onnxruntime
7171

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

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

0 commit comments

Comments
 (0)