Skip to content

Commit

Permalink
Update README: new download link, add reference to Mistral AI officia…
Browse files Browse the repository at this point in the history
…l API
  • Loading branch information
lerela committed Feb 2, 2024
1 parent b46d6de commit 8598cf5
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 @@ -25,7 +25,7 @@ pip install -r requirements.txt

## Download the model
```
wget https://files.mistral-7b-v0-1.mistral.ai/mistral-7B-v0.1.tar
wget https://models.mistralcdn.com/mistral-7b-v0-1/mistral-7B-v0.1.tar (md5sum: 37dab53973db2d56b2da0a033a15307f)
tar -xf mistral-7B-v0.1.tar
```

Expand Down Expand Up @@ -135,9 +135,9 @@ Pipeline parallelism is a set of techniques for partitioning models, enabling th

## Integrations and related projects


### Model platforms

- Use Mistral 7B Instruct on [Mistral AI official API](https://console.mistral.ai/) (La Plateforme)
- Use Mistral AI in HuggingFace:
- [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
- [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)
Expand Down

0 comments on commit 8598cf5

Please sign in to comment.