update the zero_to_hero_guide llama stack version to 0.1.0

update the zero_to_hero_guide llama stack version to 0.1.0, the most recent stable release.
This commit is contained in:
Kamesh Akella 2025-02-04 17:30:38 -05:00 committed by GitHub
parent d67401c644
commit 45ae533009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.0.61
pip install llama-stack==0.1.0
```
---