Browse Source
readme: add deepseek to supported models
brucemacd/logprobs
v0.5.8-rc11
Guddu Kumar
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
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` | |
|
|
|
|