From c786a7986b4d5bc1a03329a179b133ffb7efb656 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Mon, 3 Feb 2025 16:35:30 -0500 Subject: [PATCH] fix: broken link in Quick Start doc Signed-off-by: Nathan Weinberg --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 07f333ae4..127e84532 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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).