Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emma0925 authored Apr 8, 2024
1 parent 725b35f commit ef4ca1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef4ca1d

Please sign in to comment.