From 84763fa8e8201c58c975d60c7dc149f25863f460 Mon Sep 17 00:00:00 2001
From: Theophile Gervet <theophile.gervet@gmail.com>
Date: Mon, 11 Nov 2024 15:21:04 -0800
Subject: [PATCH] Missing new line

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9a6ca50..b9d2345 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ cd $HOME/mistral-inference && poetry install .
 | Nemo Base | https://models.mistralcdn.com/mistral-nemo-2407/mistral-nemo-base-2407.tar | `c5d079ac4b55fc1ae35f51f0a3c0eb83` |
 | Nemo Instruct | https://models.mistralcdn.com/mistral-nemo-2407/mistral-nemo-instruct-2407.tar | `296fbdf911cb88e6f0be74cd04827fe7` |
 | Mistral Large 2 | https://models.mistralcdn.com/mistral-large-2407/mistral-large-instruct-2407.tar | `fc602155f9e39151fba81fcaab2fa7c4` |
+
 Note: 
 - **Important**:
   - `mixtral-8x22B-Instruct-v0.3.tar` is exactly the same as [Mixtral-8x22B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x22B-Instruct-v0.1), only stored in `.safetensors` format
-- 
GitLab