Updated the llama-stack version in README.md

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

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`: Open a new terminal and install `llama-stack`:
```bash ```bash
conda activate ollama conda activate ollama
pip install llama-stack==0.1.0 pip install llama-stack==0.1.3
``` ```
--- ---