From 7334afa5505cb081c1b42017bac9fa471ec6289e Mon Sep 17 00:00:00 2001 From: hhsecond Date: Wed, 8 Jul 2020 11:22:18 +0530 Subject: [PATCH] submodule pull moved up --- get_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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