Browse Source
readme: update quickstart example to Gemma 3
brucemacd/runner-completion
Jeffrey Morgan
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -40,10 +40,10 @@ The official [Ollama Docker image](https://hub.docker.com/r/ollama/ollama) `olla |
|
|
|
|
|
|
|
## Quickstart |
|
|
|
|
|
|
|
To run and chat with [Llama 3.2](https://ollama.com/library/llama3.2): |
|
|
|
To run and chat with [Llama 3.2](https://ollama.com/library/gemma3): |
|
|
|
|
|
|
|
```shell |
|
|
|
ollama run llama3.2 |
|
|
|
ollama run gemma3 |
|
|
|
``` |
|
|
|
|
|
|
|
## Model library |
|
|
|
|