From 72b0c32fe9831090f4b301615572e5b2e9945d86 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 19 Dec 2023 12:59:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6074a0a9..d24e3b5e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Here are some example open-source models that can be downloaded: | ------------------ | ---------- | ----- | ------------------------------ | | Llama 2 | 7B | 3.8GB | `ollama run llama2` | | Mistral | 7B | 4.1GB | `ollama run mistral` | -| Phi | 2.7B | 1.7GB | `ollama run phi` | +| Phi-2 | 2.7B | 1.7GB | `ollama run phi` | | Neural Chat | 7B | 4.1GB | `ollama run neural-chat` | | Starling | 7B | 4.1GB | `ollama run starling-lm` | | Code Llama | 7B | 3.8GB | `ollama run codellama` |