Skip to content

Commit e52bc11

Browse files
committed
Updated get_deps.sh and docs
1 parent 1651daf commit e52bc11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can compile and build the module from its source code. The [Developer](devel
3030
You can obtain the module's source code by cloning the project's repository using git like so:
3131

3232
```sh
33-
git clone https://github.com/RedisAI/RedisAI
33+
git clone --recursive https://github.com/RedisAI/RedisAI
3434
```
3535

3636
Switch to the project's directory with:

get_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ LIBTORCH=libtorch
6666
MKL=mkl
6767
ONNXRUNTIME=onnxruntime
6868

69+
git submodule update --init --recursive || true
70+
6971
######################################################################################## DLPACK
7072

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

0 commit comments

Comments
 (0)