Skip to content
Snippets Groups Projects
Unverified Commit 80bd6a84 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Merge pull request #198 from bhargavyagnik/main

Update README.md
parents 1f583071 b9a98cb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment