mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
change model
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
72cc19a2c1
commit
fba633648c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Install Ollama by following the instructions on the [Ollama website](https://oll
|
||||||
|
|
||||||
Then download a Llama model with Ollama
|
Then download a Llama model with Ollama
|
||||||
```bash
|
```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 Instruct model, which we'll use in the rest of this guide.
|
||||||
|
|
||||||
|
@ -254,7 +254,7 @@ uv run python inference.py
|
||||||
```
|
```
|
||||||
Which will output:
|
Which will output:
|
||||||
```
|
```
|
||||||
Model: llama3.2:3b-instruct-fp16
|
Model: llama3.2:3b
|
||||||
Here is a haiku about coding:
|
Here is a haiku about coding:
|
||||||
|
|
||||||
Lines of code unfold
|
Lines of code unfold
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue