mmnga commited on
Commit
36f6e3d
1 Parent(s): effb833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,5 +24,5 @@ tags:
24
  git clone https://github.com/ggerganov/llama.cpp.git
25
  cd llama.cpp
26
  make -j
27
- ./main -m 'aixsatoshi-Llama-3-8b-Cosmopedia-japanese-q4_0.gguf' -p "<english>: I'm going to take a bath now. </english>\n\n<japanese>:" -n 128
28
  ```
 
24
  git clone https://github.com/ggerganov/llama.cpp.git
25
  cd llama.cpp
26
  make -j
27
+ ./main -m 'aixsatoshi-Llama-3-8b-Cosmopedia-japanese-q4_0.gguf' -n 128 -p "<|begin_of_text|><|start_header_id|>user <|end_header_id|>\n\nこんにちわ<|eot_id|><|start_header_id|>assistant <|end_header_id|>\n\n"
28
  ```