fix-mistral-download-link (#418)

This commit is contained in:
Long Sha 2024-02-06 22:56:56 -05:00 committed by GitHub
parent 2303238e44
commit 8071aacd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ pip install -r requirements.txt
Next, download the model and tokenizer:
```
curl -O https://files.mistral-7b-v0-1.mistral.ai/mistral-7B-v0.1.tar
curl -O https://models.mistralcdn.com/mistral-7b-v0-1/mistral-7B-v0.1.tar
tar -xf mistral-7B-v0.1.tar
```