Add development section

This commit is contained in:
Andrei Betlen 2023-04-01 13:03:56 -04:00
parent 9fac0334b2
commit 9f975ac44c

View file

@ -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