From 8ca50f24f3f980bf46a3c8ce1cf3c05f8f37b8c1 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Wed, 16 Aug 2023 23:42:00 -0400 Subject: [PATCH] fix nous-hermes model file size listing in readme (#367) fix nous-hermes model file size listing in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b901873..2dc1809f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Here are some example open-source models that can be downloaded: | Llama2 Uncensored | 7B | 3.8GB | `ollama pull llama2-uncensored` | | Orca Mini | 3B | 1.9GB | `ollama pull orca-mini` | | Vicuna | 7B | 3.8GB | `ollama pull vicuna` | -| Nous-Hermes | 13B | 7.3GB | `ollama pull nous-hermes` | +| Nous-Hermes | 7B | 3.8GB | `ollama pull nous-hermes` | +| Nous-Hermes 13B | 13B | 7.3GB | `ollama pull nous-hermes:13b` | | Wizard Vicuna Uncensored | 13B | 7.3GB | `ollama pull wizard-vicuna` | > Note: You should have at least 8 GB of RAM to run the 3B models, 16 GB to run the 7B models, and 32 GB to run the 13B models.