Update cli_reference.md with conda init and activate

This commit is contained in:
Anisha Nainani 2024-08-17 16:18:14 -05:00 committed by GitHub
parent 5e072d0780
commit 63ae942f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
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
....