diff --git a/get_deps.sh b/get_deps.sh index 21529d9b6..89ea86369 100755 --- a/get_deps.sh +++ b/get_deps.sh @@ -46,6 +46,8 @@ else fi fi +git submodule update --init --recursive || true + OS=$(python3 $HERE/opt/readies/bin/platform --os) ARCH=$(python3 $HERE/opt/readies/bin/platform --arch) @@ -66,8 +68,6 @@ LIBTORCH=libtorch MKL=mkl ONNXRUNTIME=onnxruntime -git submodule update --init --recursive || true - ######################################################################################## DLPACK if [[ $WITH_DLPACK != 0 ]]; then