From e66e938d7d10e46f429eb18eda7b1d10fbc3e7e0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 2 Sep 2024 11:04:23 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e798a2e..eae1fcf 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ signalHoldTime = 10 signalCooldown = 5 signalCycleLimit = 5 ``` -Ollama Settings, a quick note that for Ollama to work the command line ollama run 'model' needs to work properly. Check that you have enough RAM and your GPU are working as expected. the default is set to llama3.1 (run on command line `olamma pull llama3.1` to download and setup) however I have found gemma2:2b to be lighter, faster and seems better overall. (run `ollama pull gemma2:2b`) +Ollama Settings, a quick note that for Ollama to work the command line ollama run 'model' needs to work properly. Check that you have enough RAM and your GPU are working as expected. the default is set to gemma2:2b (run `ollama pull gemma2:2b` on command line, to download and setup) however I have found gemma2:2b to be lighter, faster and seems better overall. (llama3,1 `olamma pull llama3.1`) ``` # Enable ollama LLM see more at https://ollama.com