Update submoduele clone instructions
This commit is contained in:
parent
b6747f722e
commit
53c0129eb6
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ This package is under active development and I welcome any contributions.
|
|||
To get started, clone the repository and install the package in development mode:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:abetlen/llama-cpp-python.git
|
||||
git submodule update --init --recursive
|
||||
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
|
||||
# Will need to be re-run any time vendor/llama.cpp is updated
|
||||
python3 setup.py develop
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue