same propmt for llamacpp
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ With [llama-cpp](https://github.com/ggerganov/llama.cpp) and Q4 model the infere
|
|
67 |
$ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will \
|
68 |
begin tracking a new file or an existing file that is already checked in to your \
|
69 |
repository. When you run git lfs track and then commit that change, it will \
|
70 |
-
update the file, replacing it with the LFS pointer contents. short query:" -s 1
|
71 |
|
72 |
sampling:
|
73 |
repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000
|
|
|
67 |
$ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will \
|
68 |
begin tracking a new file or an existing file that is already checked in to your \
|
69 |
repository. When you run git lfs track and then commit that change, it will \
|
70 |
+
update the file, replacing it with the LFS pointer contents. short regular query:" -s 1
|
71 |
|
72 |
sampling:
|
73 |
repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000
|