File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You can compile and build the module from its source code. The [Developer](devel
30
30
You can obtain the module's source code by cloning the project's repository using git like so:
31
31
32
32
``` sh
33
- git clone https://github.com/RedisAI/RedisAI
33
+ git clone --recursive https://github.com/RedisAI/RedisAI
34
34
```
35
35
36
36
Switch to the project's directory with:
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ LIBTORCH=libtorch
66
66
MKL=mkl
67
67
ONNXRUNTIME=onnxruntime
68
68
69
+ git submodule update --init --recursive || true
70
+
69
71
# ####################################################################################### DLPACK
70
72
71
73
if [[ $WITH_DLPACK != 0 ]]; then
You can’t perform that action at this time.
0 commit comments