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 f3ac365 commit 39c3be9Copy full SHA for 39c3be9
get_deps.sh
@@ -46,6 +46,8 @@ else
46
fi
47
48
49
+git submodule update --init --recursive || true
50
+
51
OS=$(python3 $HERE/opt/readies/bin/platform --os)
52
ARCH=$(python3 $HERE/opt/readies/bin/platform --arch)
53
@@ -66,8 +68,6 @@ LIBTORCH=libtorch
66
68
MKL=mkl
67
69
ONNXRUNTIME=onnxruntime
70
-git submodule update --init --recursive || true
-
71
######################################################################################## DLPACK
72
73
if [[ $WITH_DLPACK != 0 ]]; then
0 commit comments