From 7f13853e5ef4022a55c740ce7252ff8d62a43c9b Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Mon, 12 Aug 2024 17:10:02 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a76393047..d6c818c3c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# llama-toolchain +# llama-stack [![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-toolchain)](https://pypi.org/project/llama-toolchain/) [![Discord](https://img.shields.io/discord/1257833999603335178)](https://discord.gg/TZAAYNVtrU) @@ -49,12 +49,12 @@ If you want to install from source: ```bash mkdir -p ~/local cd ~/local -git clone git@github.com:meta-llama/llama-toolchain.git +git clone git@github.com:meta-llama/llama-stack.git -conda create -n toolchain python=3.10 -conda activate toolchain +conda create -n stack python=3.10 +conda activate stack -cd llama-toolchain +cd llama-stack pip install -e . ```