update lmstudio instructions
Browse files
README.md
CHANGED
@@ -13,5 +13,5 @@ Quatized [nanonets/Nanonets-OCR-s](https://huggingface.co/nanonets/Nanonets-OCR-
|
|
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 |
-
-
|
17 |
- use with ollama: `ollama run benhaotang/Nanonets-OCR-s`
|
|
|
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: change chat template to chatml in model settings)**
|
17 |
- use with ollama: `ollama run benhaotang/Nanonets-OCR-s`
|