buley commited on
Commit
33986d3
·
verified ·
1 Parent(s): 06bf842

Fix model card accuracy (format/filename)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,14 +27,14 @@ Forkjoin.ai conversion of [deepseek-ai/DeepSeek-OCR](https://huggingface.co/deep
27
  ### With llama.cpp
28
 
29
  ```bash
30
- ./llama-cli -m deepseek-ocr-gguf.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
- FROM ./deepseek-ocr-gguf.gguf
38
  ```
39
 
40
  ```bash
 
27
  ### With llama.cpp
28
 
29
  ```bash
30
+ ./llama-cli -m DeepSeek-OCR.Q4_K.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
+ FROM ./DeepSeek-OCR.Q4_K.gguf
38
  ```
39
 
40
  ```bash