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 1267bf1 commit c9d8444Copy full SHA for c9d8444
get_deps.sh
@@ -70,13 +70,13 @@ MKL=mkl
70
ONNXRUNTIME=onnxruntime
71
72
######################################################################################## DLPACK
73
-
+DLPACK_VERSION="v0.3"
74
if [[ $WITH_DLPACK != 0 ]]; then
75
[[ $FORCE == 1 ]] && rm -rf $DLPACK
76
77
if [[ ! -d $DLPACK ]]; then
78
echo "Cloning dlpack ..."
79
- 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
80
echo "Done."
81
else
82
echo "dlpack is in place."
0 commit comments