GGUF
English
Japanese
mmnga commited on
Commit
e6ea6e0
1 Parent(s): dd0fca5

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 'aixsatoshi-Honyaku-13b-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
+ ./main -m 'aixsatoshi-Honyaku-13b-Q4_0.gguf' -n 128 -p '<english>:How are you<NL>\n\n<japanese>:'
23
  ```