Skip to content

Commit 5b88d6f

Browse files
Sherin Thomasfilipecosta90
authored andcommitted
submodule pull moved up (#428)
1 parent 5ac58ba commit 5b88d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ else
4646
fi
4747
fi
4848

49+
git submodule update --init --recursive || true
50+
4951
OS=$(python3 $HERE/opt/readies/bin/platform --os)
5052
ARCH=$(python3 $HERE/opt/readies/bin/platform --arch)
5153

@@ -66,8 +68,6 @@ LIBTORCH=libtorch
6668
MKL=mkl
6769
ONNXRUNTIME=onnxruntime
6870

69-
git submodule update --init --recursive || true
70-
7171
######################################################################################## DLPACK
7272

7373
if [[ $WITH_DLPACK != 0 ]]; then

0 commit comments

Comments
 (0)