From 8071aacd98e0337200c1cedf87a62d3719546300 Mon Sep 17 00:00:00 2001 From: Long Sha Date: Tue, 6 Feb 2024 22:56:56 -0500 Subject: [PATCH] fix-mistral-download-link (#418) --- llms/mistral/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms/mistral/README.md b/llms/mistral/README.md index 2a34497f..da902dfc 100644 --- a/llms/mistral/README.md +++ b/llms/mistral/README.md @@ -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 ```