Update README.md
Browse files
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/
|
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 |
```
|