Skip to content

Commit 8598cf5

Browse files
committed
Update README: new download link, add reference to Mistral AI official API
1 parent b46d6de commit 8598cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install -r requirements.txt
2525

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

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

136136
## Integrations and related projects
137137

138-
139138
### Model platforms
140139

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

0 commit comments

Comments
 (0)