Update README.md
Browse files
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
|
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 |
```
|