mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix link to llama-cpp-python setup docs
This commit is contained in:
parent
9a056383e0
commit
00546c1a63
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Make sure to update the `POSTGRES_HOST`, `POSTGRES_PORT`, `POSTGRES_USER`, `POST
|
|||
|
||||
<h3>3. Install Khoj Server</h3>
|
||||
- Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine
|
||||
- Check [llama-cpp-python setup](https://python.langchain.com/docs/integrations/llms/llamacpp#installation) if you hit any llama-cpp issues with the installation
|
||||
- Check [llama-cpp-python setup](https://github.com/abetlen/llama-cpp-python?tab=readme-ov-file#supported-backends) if you hit any llama-cpp issues with the installation
|
||||
|
||||
Run the following command in your terminal to install the Khoj server.
|
||||
|
||||
|
|
Loading…
Reference in a new issue