huihui-ai commited on
Commit
949da77
·
verified ·
1 Parent(s): 0e17985

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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
- Ollama will be uploaded soon in its directly runnable version.
 
 
 
 
 
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
+ ```