From 9f975ac44c8a3c482ffa2f5a94692221044b86b6 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Sat, 1 Apr 2023 13:03:56 -0400 Subject: [PATCH] Add development section --- docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index 752e4ba..07105b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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