Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69fdbb9

Browse files
authored
readme : quick start command fix (ggml-org#2908)
* quick start command fix * quick start win command fix
1 parent 5d6f19f commit 69fdbb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/main/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For an interactive experience, try this command:
3434
#### Unix-based systems (Linux, macOS, etc.):
3535

3636
```bash
37-
./main -m models/7B/ggml-model.bin -n -1 --color -r "User:" --in-prefix " " \
37+
./main -m models/7B/ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -i -p \
3838
'User: Hi
3939
AI: Hello. I am an AI chatbot. Would you like to talk?
4040
User: Sure!
@@ -45,7 +45,7 @@ User:'
4545
#### Windows:
4646

4747
```powershell
48-
main.exe -m models\7B\ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -e --prompt "User: Hi\nAI: Hello. I am an AI chatbot. Would you like to talk?\nUser: Sure!\nAI: What would you like to talk about?\nUser:"
48+
main.exe -m models\7B\ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -i -e -p "User: Hi\nAI: Hello. I am an AI chatbot. Would you like to talk?\nUser: Sure!\nAI: What would you like to talk about?\nUser:"
4949
```
5050

5151
The following command generates "infinite" text from a starting prompt (you can use `Ctrl-C` to stop it):

0 commit comments

Comments
 (0)