docs: Update installation instructions for llama-stack

Signed-off-by: Surya Prakash Pathak <supathak@redhat.com>
This commit is contained in:
Surya Prakash Pathak 2025-02-28 20:51:56 +00:00
parent 72b72220ac
commit b42c8027ff

View file

@ -73,7 +73,7 @@ If you're looking for more specific topics, we have a [Zero to Hero Guide](#next
Open a new terminal and install `llama-stack`:
```bash
conda activate ollama
pip install llama-stack==0.1.3
pip install -U llama-stack
```
---