Add development section
This commit is contained in:
parent
9fac0334b2
commit
9f975ac44c
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ pip install llama-cpp-python
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone git@github.com:abetlen/llama-cpp-python.git
|
||||||
|
git submodule update --init --recursive
|
||||||
|
# Will need to be re-run any time vendor/llama.cpp is updated
|
||||||
|
python3 setup.py develop
|
||||||
|
```
|
||||||
|
|
||||||
## API Reference
|
## API Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue