From 7ea2129c93a657d0155d73b788885eff8814727b Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Wed, 8 Jan 2025 11:14:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d520934..8b3c14b 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,7 @@ There is a `docker-compose` in this repo. ## Setup 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`