mmnga commited on
Commit
6d7d422
1 Parent(s): ce212fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ./main -m 'Mistral-Nemo-Instruct-2407-Q4_0.gguf' -n 128 -p 'こんにちわ'
23
  ```
 
19
  git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
  make -j
22
+ ./llama-cli -m 'Mistral-Nemo-Instruct-2407-Q4_0.gguf' -n 512 -p 'あなたは日本語を話すアシスタントです' -c 512 -cnv
23
  ```