diff options
Diffstat (limited to 'misc/ollama/pkg-message')
| -rw-r--r-- | misc/ollama/pkg-message | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ollama/pkg-message b/misc/ollama/pkg-message index 4c41529e55fe..4d6db4b1a43a 100644 --- a/misc/ollama/pkg-message +++ b/misc/ollama/pkg-message @@ -7,9 +7,11 @@ To run ollama, plese open 2 terminals. 1. In the first terminal, please run: $ OLLAMA_NUM_PARALLEL=1 OLLAMA_DEBUG=1 LLAMA_DEBUG=1 ollama start 2. In the second terminal, please run: + $ ollama run gemma3 + or $ ollama run mistral -This will download and run the AI model "mistral". +This will download and run the specified AI model. You will be able to interact with it in plain English. Please see https://ollama.com/library for the list |
