forked from phoenix-oss/llama-stack-mirror
Update README.md
This commit is contained in:
parent
37da47ef8e
commit
7f13853e5e
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# llama-toolchain
|
# llama-stack
|
||||||
|
|
||||||
[](https://pypi.org/project/llama-toolchain/)
|
[](https://pypi.org/project/llama-toolchain/)
|
||||||
[](https://discord.gg/TZAAYNVtrU)
|
[](https://discord.gg/TZAAYNVtrU)
|
||||||
|
@ -49,12 +49,12 @@ If you want to install from source:
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/local
|
mkdir -p ~/local
|
||||||
cd ~/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 create -n stack python=3.10
|
||||||
conda activate toolchain
|
conda activate stack
|
||||||
|
|
||||||
cd llama-toolchain
|
cd llama-stack
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue