reformat llamacpp example
Browse files
README.md
CHANGED
@@ -64,10 +64,10 @@ Some notes on format:
|
|
64 |
With [llama-cpp](https://github.com/ggerganov/llama.cpp) and Q4 model the inference can be done on a CPU:
|
65 |
|
66 |
```bash
|
67 |
-
$ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will
|
68 |
-
a new file or an existing file that is already checked in to your
|
69 |
-
lfs track and then commit that change, it will
|
70 |
-
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
|
@@ -78,9 +78,10 @@ CFG -> Penalties -> top_k -> tfs_z -> typical_p -> top_p -> min_p -> temp
|
|
78 |
generate: n_ctx = 512, n_batch = 512, n_predict = -1, n_keep = 0
|
79 |
|
80 |
|
81 |
-
git lfs track will begin tracking a new file or an existing file that is
|
82 |
-
repository. When you run git lfs track and then
|
83 |
-
|
|
|
84 |
```
|
85 |
|
86 |
## Training config
|
|
|
64 |
With [llama-cpp](https://github.com/ggerganov/llama.cpp) and Q4 model the inference can be done on a CPU:
|
65 |
|
66 |
```bash
|
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
|
|
|
78 |
generate: n_ctx = 512, n_batch = 512, n_predict = -1, n_keep = 0
|
79 |
|
80 |
|
81 |
+
git lfs track will begin tracking a new file or an existing file that is
|
82 |
+
already checked in to your repository. When you run git lfs track and then
|
83 |
+
commit that change, it will update the file, replacing it with the LFS
|
84 |
+
pointer contents. short regular query: git-lfs track [end of text]
|
85 |
```
|
86 |
|
87 |
## Training config
|