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.