Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9f975ac

Browse files
committed
Add development section
1 parent 9fac033 commit 9f975ac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ pip install llama-cpp-python
4949
}
5050
```
5151

52+
## Development
53+
54+
```bash
55+
git clone git@github.com:abetlen/llama-cpp-python.git
56+
git submodule update --init --recursive
57+
# Will need to be re-run any time vendor/llama.cpp is updated
58+
python3 setup.py develop
59+
```
5260

5361
## API Reference
5462

0 commit comments

Comments
 (0)