Update README.md
Browse files
README.md
CHANGED
@@ -19,5 +19,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
-
./llama-cli -m 'HODACHI-Borea-Phi-3.5-mini-Instruct-Jp-Q4_0.gguf' -n 128 -c
|
23 |
```
|
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
+
./llama-cli -m 'HODACHI-Borea-Phi-3.5-mini-Instruct-Jp-Q4_0.gguf' -n 128 -c 256 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
|
23 |
```
|