Skip to content

Commit

Permalink
Merge pull request #198 from bhargavyagnik/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
patrickvonplaten authored Aug 5, 2024
2 parents 1f58307 + b9a98cb commit 80bd6a8
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 @@ -75,10 +75,10 @@ mkdir -p $MISTRAL_MODEL
Download any of the above links and extract the content, *e.g.*:

```sh
export M7B_DIR=$MISTRAL_MODEL/12B_Nemo
export 12B_DIR=$MISTRAL_MODEL/12B_Nemo
wget https://models.mistralcdn.com/mistral-nemo-2407/mistral-nemo-instruct-2407.tar
mkdir -p $12B_DIR
tar -xf mistral-nemo-instruct-v0.1.tar -C $12B_DIR
tar -xf mistral-nemo-instruct-2407.tar -C $12B_DIR
```

or
Expand Down

0 comments on commit 80bd6a8

Please sign in to comment.