kirp
/

Text Generation
GGUF
English
kirp commited on
Commit
80bdf26
·
1 Parent(s): 0583444

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,7 +115,7 @@ Refer to the Provided Files table below to see what files use which methods, and
115
  For compatibility with older versions of llama.cpp, or for any third-party libraries or clients that haven't yet updated for GGUF, please use GGML files instead.
116
 
117
  ```
118
- ./main -m ./models/chat/ggml-model-q4_k_m.gguf \
119
  -n 512 --color --temp 0 -e \
120
  -p "<|im_start|>user\nExplain huggingface.<|im_end|>\n<|im_start|>assistant\n"
121
  ```
 
115
  For compatibility with older versions of llama.cpp, or for any third-party libraries or clients that haven't yet updated for GGUF, please use GGML files instead.
116
 
117
  ```
118
+ ./main -m ./models/ggml-model-q4_k_m.gguf \
119
  -n 512 --color --temp 0 -e \
120
  -p "<|im_start|>user\nExplain huggingface.<|im_end|>\n<|im_start|>assistant\n"
121
  ```