Update README.md
Browse files
README.md
CHANGED
@@ -19,5 +19,5 @@ GGUF
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
-
./main -m 'cyberagent-calm2-7b-chat-q4_0.gguf' -n 128 -p 'USER: AIによって私達の暮らしはどのように変わりますか? \n ASSISTANT: '
|
23 |
```
|
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
+
./main -m 'cyberagent-calm2-7b-chat-q4_0.gguf' -n 128 --rope-freq_scale 0.125 --temp 0.8 -p 'USER: AIによって私達の暮らしはどのように変わりますか? \n ASSISTANT: '
|
23 |
```
|