mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Update cli_reference.md with conda init and activate
This commit is contained in:
parent
5e072d0780
commit
63ae942f2f
1 changed files with 6 additions and 0 deletions
|
@ -245,6 +245,12 @@ This will create a new conda environment (name can be passed optionally) and ins
|
||||||
|
|
||||||
Once it runs successfully , you should see some outputs in the form
|
Once it runs successfully , you should see some outputs in the form
|
||||||
|
|
||||||
|
Activate the conda environment for the distribution
|
||||||
|
```
|
||||||
|
conda init local_llama_8b
|
||||||
|
conda activate local_llama_8b
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
$ llama distribution install --spec local --name local_llama_8b
|
$ llama distribution install --spec local --name local_llama_8b
|
||||||
....
|
....
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue