diff --git a/README.md b/README.md index 7a97ac97..dd5d1a02 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Here are some example models that can be downloaded: | ------------------ | ---------- | ----- | ------------------------------ | | Llama 3 | 8B | 4.7GB | `ollama run llama3` | | Llama 3 | 70B | 40GB | `ollama run llama3:70b` | -| Phi-3 | 3,8B | 2.3GB | `ollama run phi3` | +| Phi-3 | 3.8B | 2.3GB | `ollama run phi3` | | Mistral | 7B | 4.1GB | `ollama run mistral` | | Neural Chat | 7B | 4.1GB | `ollama run neural-chat` | | Starling | 7B | 4.1GB | `ollama run starling-lm` |