From 5f4008c29697c6248ddbe1fcc6b6053a210d8e5e Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 28 Sep 2023 09:06:03 -0700 Subject: [PATCH] Update README.md adding in instruction to run mistral --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f35713a..eccd2187 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Here are some example open-source models that can be downloaded: | Model | Parameters | Size | Download | | ------------------ | ---------- | ----- | ------------------------------ | +| Mistral | 7B | 4.1GB | `ollama run mistral` | | Llama 2 | 7B | 3.8GB | `ollama run llama2` | | Code Llama | 7B | 3.8GB | `ollama run codellama` | | Llama 2 Uncensored | 7B | 3.8GB | `ollama run llama2-uncensored` |