From fba633648c6df20d29ff3eb5bf3302b8b5a58b46 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Wed, 9 Apr 2025 13:14:09 -0400 Subject: [PATCH] change model Signed-off-by: Francisco Javier Arceo --- docs/source/getting_started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 0d0be05e5..60e6a6f64 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -18,7 +18,7 @@ Install Ollama by following the instructions on the [Ollama website](https://oll Then download a Llama model with Ollama ```bash -ollama pull llama3.2:3b-instruct-fp16 +ollama pull llama3.2:3b ``` This will instruct the Ollama service to download the Llama 3.2 3B Instruct model, which we'll use in the rest of this guide. @@ -254,7 +254,7 @@ uv run python inference.py ``` Which will output: ``` -Model: llama3.2:3b-instruct-fp16 +Model: llama3.2:3b Here is a haiku about coding: Lines of code unfold