GGUF
English
Japanese
qwen
mmnga commited on
Commit
30c88bf
1 Parent(s): 605bad5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,5 +26,5 @@ tongyi-qianwenライセンスになります。
26
  git clone https://github.com/ggerganov/llama.cpp.git
27
  cd llama.cpp
28
  make -j
29
- ./main -m 'Qwen1.5-110B-Chat-q4_0.gguf' -n 128 --temp 0.5 -p '<|im_start|>system\nYou are a helpful assistant<|im_end|><|im_start|>user\nこんにちわ<|im_end|>'
30
  ```
 
26
  git clone https://github.com/ggerganov/llama.cpp.git
27
  cd llama.cpp
28
  make -j
29
+ ./main -m 'Qwen1.5-110B-Chat-q4_0.gguf' -n 128 -p '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nAIについて教えて<|im_end|>\n<|im_start|>assistant\n'
30
  ```