From 73f21be55fb2c21d48e575dad3bf617fd6624dd8 Mon Sep 17 00:00:00 2001 From: gogowaiting Date: Thu, 29 Feb 2024 10:59:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171d53c..836ec25 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To install from source (recommended for training/fine-tuning) run: ```bash conda create -n mobillama python=3.10 -conda activate mibillama +conda activate mobillama git clone https://github.com/mbzuai-oryx/MobiLlama.git cd MobiLlama pip install -r requirements.txt