mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Support Poetry. Added poetry to the README.md
This commit is contained in:
parent
dd11002028
commit
bccd252594
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -12,6 +12,16 @@ In order to set your environment up to run the code here, first install all requ
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Alternative requirements installation with poetry*
|
||||||
|
1. Install [poetry](https://python-poetry.org/docs/#installation)
|
||||||
|
|
||||||
|
2. Run this commands
|
||||||
|
```shell
|
||||||
|
cd privateGPT
|
||||||
|
poetry install
|
||||||
|
poetry shell
|
||||||
|
```
|
||||||
|
|
||||||
Then, download the LLM model and place it in a directory of your choice:
|
Then, download the LLM model and place it in a directory of your choice:
|
||||||
- LLM: default to [ggml-gpt4all-j-v1.3-groovy.bin](https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin). If you prefer a different GPT4All-J compatible model, just download it and reference it in your `.env` file.
|
- LLM: default to [ggml-gpt4all-j-v1.3-groovy.bin](https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin). If you prefer a different GPT4All-J compatible model, just download it and reference it in your `.env` file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue