Update README.md
This commit is contained in:
parent
38d66af439
commit
7ea2129c93
1 changed files with 3 additions and 1 deletions
|
@ -10,5 +10,7 @@ There is a `docker-compose` in this repo.
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
In the directory of the project execute: `python -m venv ./venv` \
|
In the directory of the project execute: `python -m venv ./venv` \
|
||||||
Then execute in the same directory: `./venv/bin/pip install torch transformers gradio openai`
|
Then execute in the same directory: `./venv/bin/pip install torch transformers gradio openai` \
|
||||||
|
You also have to install a model inside of ollama which is done by going in the docker container via `docker exec ollama -it /bin/bash`\
|
||||||
|
and then running for example `ollama pull llama3.2`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue