From 45ae5330093b6ea5494f19d122d48f2db5d422a6 Mon Sep 17 00:00:00 2001 From: Kamesh Akella Date: Tue, 4 Feb 2025 17:30:38 -0500 Subject: [PATCH] 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. --- docs/zero_to_hero_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index 5f49ee8e6..d4462febf 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -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 ``` ---