mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Add development section
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user