buley commited on
Commit
0ea12a1
·
verified ·
1 Parent(s): b463696

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 [THUDM/GLM-OCR](https://huggingface.co/THUDM/GLM-OCR)
27
  ### With llama.cpp
28
 
29
  ```bash
30
- ./llama-cli -m glm-ocr-gguf.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
- FROM ./glm-ocr-gguf.gguf
38
  ```
39
 
40
  ```bash
 
27
  ### With llama.cpp
28
 
29
  ```bash
30
+ ./llama-cli -m GLM-OCR-Q8_0.gguf --mmproj mmproj-GLM-OCR-Q8_0.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
+ FROM ./GLM-OCR-Q8_0.gguf
38
  ```
39
 
40
  ```bash