From ef4ca1dfa6792f5ff4a65608b0019271ea156fad Mon Sep 17 00:00:00 2001 From: emma0925 <113369239+emma0925@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:43:19 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6f6332..f0b8860 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The aim of this project is to enhance the comprehension and accessibility of gen ## Set Up & Installation 1. ssh to your **cedar.computecanada.ca** account -2. clone the github repo for llama2 +2. clone the github repo for llama2-codellama ``` - git clone https://github.com/meta-llama/llama + git clone https://github.com/meta-llama/codellama.git ``` -3. Follow the instruction for llama 2, visit the Meta website https://llama.meta.com/llama-downloads/ and register to download the **codellama 17b model** +3. Follow the instruction for Codellama, visit the Meta website https://llama.meta.com/llama-downloads/ and register to download the **codellama 17b model** 4. Clone this repo, move the scipt folder parallal to the `example_chat_completion.py` ```bash # Clone the repository