From 63ae942f2fd18445d29e1a27ead2cd2c0e696e15 Mon Sep 17 00:00:00 2001 From: Anisha Nainani Date: Sat, 17 Aug 2024 16:18:14 -0500 Subject: [PATCH] Update cli_reference.md with conda init and activate --- docs/cli_reference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli_reference.md b/docs/cli_reference.md index 0aab7893e..113589271 100644 --- a/docs/cli_reference.md +++ b/docs/cli_reference.md @@ -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 ....