From 7e402ebb8cc95e1fd2b59fe6d9ef9baf8972977e Mon Sep 17 00:00:00 2001 From: Guddu Kumar <49631628+kontactguddu@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:58:28 +0530 Subject: [PATCH] readme: add deepseek to supported models --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 959d4c613..205f31279 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Here are some example models that can be downloaded: | Model | Parameters | Size | Download | | ------------------ | ---------- | ----- | -------------------------------- | +| DeepSeek-R1 | 7B | 4.7GB | `ollama run deepseek-r1` | +| DeepSeek-R1 | 671B | 404GB | `ollama run deepseek-r1:671b` | | Llama 3.3 | 70B | 43GB | `ollama run llama3.3` | | Llama 3.2 | 3B | 2.0GB | `ollama run llama3.2` | | Llama 3.2 | 1B | 1.3GB | `ollama run llama3.2:1b` |