Update README.md
Browse files
README.md
CHANGED
@@ -42,5 +42,9 @@ llama-cli -m /home/admin/models/deepseek-ai/DeepSeek-R1-bf16/ggml-model-Q2_K.ggu
|
|
42 |
```
|
43 |
|
44 |
## Use with ollama
|
45 |
-
**Note:** this model requires [Ollama 0.5.5](https://github.com/ollama/ollama/releases/tag/v0.5.5)
|
46 |
-
|
|
|
|
|
|
|
|
|
|
42 |
```
|
43 |
|
44 |
## Use with ollama
|
45 |
+
**Note:** this model requires [Ollama 0.5.5](https://github.com/ollama/ollama/releases/tag/v0.5.5)
|
46 |
+
|
47 |
+
You can use [huihui_ai/deepseek-r1:671b-q2_K](https://ollama.com/huihui_ai/deepseek-r1:671b-q2_K) directly
|
48 |
+
```
|
49 |
+
ollama run huihui_ai/deepseek-r1:671b-q2_K
|
50 |
+
```
|