Update README.md
Browse files
README.md
CHANGED
@@ -24,5 +24,5 @@ tags:
|
|
24 |
git clone https://github.com/ggerganov/llama.cpp.git
|
25 |
cd llama.cpp
|
26 |
make -j
|
27 |
-
./main -m 'aixsatoshi-Llama-3-8b-Cosmopedia-japanese-q4_0.gguf' -p "
|
28 |
```
|
|
|
24 |
git clone https://github.com/ggerganov/llama.cpp.git
|
25 |
cd llama.cpp
|
26 |
make -j
|
27 |
+
./main -m 'aixsatoshi-Llama-3-8b-Cosmopedia-japanese-q4_0.gguf' -n 128 -p "<|begin_of_text|><|start_header_id|>user <|end_header_id|>\n\nこんにちわ<|eot_id|><|start_header_id|>assistant <|end_header_id|>\n\n"
|
28 |
```
|