Update README.md
Browse files
README.md
CHANGED
@@ -20,5 +20,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
20 |
git clone https://github.com/ggerganov/llama.cpp.git
|
21 |
cd llama.cpp
|
22 |
make -j
|
23 |
-
./main -m 'Mistral-7B-Instruct-v0.3-Q4_0.gguf' -n 128 -p '
|
24 |
```
|
|
|
20 |
git clone https://github.com/ggerganov/llama.cpp.git
|
21 |
cd llama.cpp
|
22 |
make -j
|
23 |
+
./main -m 'Mistral-7B-Instruct-v0.3-Q4_0.gguf' -n 128 -p '[INST] 今晩の夕食のレシピを教え て [/INST] '
|
24 |
```
|