benhaotang commited on
Commit
ed7c009
·
verified ·
1 Parent(s): d61ec7f

update lmstudio instructions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- - ~~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`
 
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`