Skip to content

Commit

Permalink
Merge pull request meta-llama#142 from Loryhoof/patch-1
Browse files Browse the repository at this point in the history
Added colon in README.md
  • Loading branch information
Guillaume Lample committed Mar 7, 2023
2 parents e22bdb2 + bc981d5 commit 57b0eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ In order to download the checkpoints and tokenizer, fill this [google form](http

## Setup

In a conda env with pytorch / cuda available, run
In a conda env with pytorch / cuda available, run:
```
pip install -r requirements.txt
```
Then in this repository
Then in this repository:
```
pip install -e .
```
Expand Down

0 comments on commit 57b0eb6

Please sign in to comment.