forked from phoenix-oss/llama-stack-mirror
docs: Update llama-stack version in README.md (#1330)
# What does this PR do? This PR updates the version in the [README.md](https://github.com/meta-llama/llama-stack/blob/main/docs/zero_to_hero_guide/README.md) to reflect the latest changes in Llama Stack setup. Previously, using **llama-stack==0.1.0** caused an error when running: ```bash llama stack build --template ollama --image-type conda ``` Upgrading to llama-stack==0.1.3 resolves this issue. ## Test Plan - Verified that `llama stack build --template ollama --image-type conda` works correctly. --------- Signed-off-by: Surya Prakash Pathak <supathak@redhat.com>
This commit is contained in:
parent
82fa0803fa
commit
9b6a2577b1
1 changed files with 1 additions and 1 deletions
|
@ -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.0
|
||||
pip install -U llama-stack
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue