Update README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,8 @@ Since cloning the entire repo may be inefficient, you can manually download the
|
|
60 |
For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
|
61 |
|
62 |
```shell
|
63 |
-
./llama-cli -m
|
64 |
-
-co -cnv -p "You are a helpful assistant." \
|
65 |
-fa -ngl 80 -n 512
|
66 |
```
|
67 |
|
|
|
60 |
For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
|
61 |
|
62 |
```shell
|
63 |
+
./llama-cli -m <gguf-file-path> \
|
64 |
+
-co -cnv -p "You are Qwen, created by Alibaba Cloud. You are a helpful assistant." \
|
65 |
-fa -ngl 80 -n 512
|
66 |
```
|
67 |
|