examples/main README improvements and some light refactoring (#1131)
This commit is contained in:
parent
2ec83428de
commit
9b0a4d4214
5 changed files with 18 additions and 10 deletions
|
@ -241,7 +241,7 @@ Here is an example of a few-shot interaction, invoked with the command
|
|||
./main -m ./models/13B/ggml-model-q4_0.bin -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt
|
||||
```
|
||||
|
||||
Note the use of `--color` to distinguish between user input and generated text.
|
||||
Note the use of `--color` to distinguish between user input and generated text. Other parameters are explained in more detail in the [README](examples/main/README.md) for the `main` example program.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue