From e29f6c42ac2b718078d5cc3c709bca2858ec3610 Mon Sep 17 00:00:00 2001 From: Sarthak Gupta Date: Fri, 22 Nov 2024 11:07:24 +0530 Subject: [PATCH] docs: include ollama link in quickstart --- zero_to_hero_guide/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero_to_hero_guide/quickstart.md b/zero_to_hero_guide/quickstart.md index df8e9abc4..c995ec828 100644 --- a/zero_to_hero_guide/quickstart.md +++ b/zero_to_hero_guide/quickstart.md @@ -1,6 +1,6 @@ # Ollama Quickstart Guide -This guide will walk you through setting up an end-to-end workflow with Llama Stack with ollama, enabling you to perform text generation using the `Llama3.2-1B-Instruct` model. Follow these steps to get started quickly. +This guide will walk you through setting up an end-to-end workflow with Llama Stack with [ollama](https://ollama.com/), enabling you to perform text generation using the `Llama3.2-1B-Instruct` model. Follow these steps to get started quickly. If you're looking for more specific topics like tool calling or agent setup, we have a [Zero to Hero Guide](#next-steps) that covers everything from Tool Calling to Agents in detail. Feel free to skip to the end to explore the advanced topics you're interested in.