mmnga commited on
Commit
b9fbfdf
1 Parent(s): 2f16d12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```