Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
|
11 |
Quatized [nanonets/Nanonets-OCR-s](https://huggingface.co/nanonets/Nanonets-OCR-s) with llama.cpp commit fb85a288
|
12 |
|
13 |
-
|
14 |
|
15 |
-
`./llama-server -m "Nanonets-OCR-s-Q4_K_M.gguf" --mmproj "mmproj-Nanonets-OCR-s.gguf"`
|
|
|
|
|
|
10 |
|
11 |
Quatized [nanonets/Nanonets-OCR-s](https://huggingface.co/nanonets/Nanonets-OCR-s) with llama.cpp commit fb85a288
|
12 |
|
13 |
+
Multiple ways to use:
|
14 |
|
15 |
+
- run with llama.cpp: `./llama-server -m "Nanonets-OCR-s-Q4_K_M.gguf" --mmproj "mmproj-Nanonets-OCR-s.gguf"`
|
16 |
+
- ~~use with lmstudio: just pull from `benhaotang/Nanonets-OCR-s-GGUF`~~ (Warning: lmstudio seems to apply an incorrect chat template, still looking into it)
|
17 |
+
- use with ollama: `ollama run benhaotang/Nanonets-OCR-s`
|