We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e0302 commit 1cf836dCopy full SHA for 1cf836d
get_deps.sh
@@ -69,13 +69,13 @@ MKL=mkl
69
ONNXRUNTIME=onnxruntime
70
71
######################################################################################## DLPACK
72
-
+DLPACK_VERSION="v0.3"
73
if [[ $WITH_DLPACK != 0 ]]; then
74
[[ $FORCE == 1 ]] && rm -rf $DLPACK
75
76
if [[ ! -d $DLPACK ]]; then
77
echo "Cloning dlpack ..."
78
- git clone --depth 1 https://github.com/dmlc/dlpack.git $DLPACK
+ git clone --depth 1 --branch $DLPACK_VERSION https://github.com/dmlc/dlpack.git $DLPACK
79
echo "Done."
80
else
81
echo "dlpack is in place."
0 commit comments