mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
fix: broken link in Quick Start doc
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
fd367e20c8
commit
c786a7986b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ollama run llama3.2:3b-instruct-fp16 --keepalive 60m
|
|||
|
||||
By default, Ollama keeps the model loaded in memory for 5 minutes which can be too short. We set the `--keepalive` flag to 60 minutes to ensure the model remains loaded for sometime.
|
||||
|
||||
NOTE: If you do not have ollama, you can install it from [here](https://ollama.ai/docs/installation).
|
||||
NOTE: If you do not have ollama, you can install it from [here](https://ollama.com/download).
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue