docs: fix model name

Use llama3.2:3b for consistency.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-04-10 12:10:57 +02:00
parent 1be66d754e
commit ec9e4116d5
No known key found for this signature in database

View file

@ -9,10 +9,10 @@ In this guide, we'll walk through how to build a RAG agent locally using Llama S
### 1. 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.
This will instruct the Ollama service to download the Llama 3.2 3B model, which we'll use in the rest of this guide.
```{admonition} Note
:class: tip
@ -176,7 +176,7 @@ python inference.py
```
Sample output:
```
Model: llama3.2:3b-instruct-fp16
Model: llama3.2:3b
Here is a haiku about coding:
Lines of code unfold