Update README.md
Browse files
README.md
CHANGED
@@ -30,5 +30,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
30 |
git clone https://github.com/ggerganov/llama.cpp.git
|
31 |
cd llama.cpp
|
32 |
make -j
|
33 |
-
|
34 |
```
|
|
|
30 |
git clone https://github.com/ggerganov/llama.cpp.git
|
31 |
cd llama.cpp
|
32 |
make -j
|
33 |
+
./llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -p '<|im_start|>system\nあなたはプロの料理人です。<|im_end|>\n<|im_start|>user\n今晩の夕食のレシピを教えて<|im_end|>\n<|im_start|>assistant\n'
|
34 |
```
|