We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6747f7 commit 53c0129Copy full SHA for 53c0129
README.md
@@ -90,8 +90,7 @@ This package is under active development and I welcome any contributions.
90
To get started, clone the repository and install the package in development mode:
91
92
```bash
93
-git clone git@github.com:abetlen/llama-cpp-python.git
94
-git submodule update --init --recursive
+git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
95
# Will need to be re-run any time vendor/llama.cpp is updated
96
python3 setup.py develop
97
```
0 commit comments