Views
No views yet
| File | Size | Description |
|---|---|---|
| Dots.Ocr-1.8B-Q8_0.gguf | 1.8 GB | Text model, 8-bit quantized |
| Dots.Ocr-1.8B-F16.gguf | 3.4 GB | Text model, float16 |
| mmproj-Dots.Ocr-F16.gguf | 2.4 GB | Vision encoder (mmproj), float16 |
mmproj-Dots.Ocr-F16.gguf was regenerated from a corrected DotsOCR converter. The text GGUF files did not change. If you downloaded the mmproj earlier, refresh that file.1llama-mtmd-cli.exe `
2 -m .\Dots.Ocr-1.8B-Q8_0.gguf `
3 --mmproj .\mmproj-Dots.Ocr-F16.gguf `
4 --image .\page.png `
5 -p "Extract all text from this image and preserve structure in markdown." `
6 --ctx-size 131072 `
7 -n 4096 `
8 --temp 0 `
9 --jinja1llama-server.exe `
2 -m .\Dots.Ocr-1.8B-Q8_0.gguf `
3 --mmproj .\mmproj-Dots.Ocr-F16.gguf `
4 --port 8111 `
5 --host 0.0.0.0 `
6 --ctx-size 131072 `
7 -n 4096 `
8 --temp 0 `
9 --jinja