aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormgroeber9110 <45620825+mgroeber9110@users.noreply.github.com>2023-04-24 17:45:32 +0200
committerGitHub <noreply@github.com>2023-04-24 15:45:32 +0000
commit9b0a4d421459f4e5e1af735c9784c3247b379025 (patch)
treec7f03143a30f272d4f974bff26a771caaeeab766 /README.md
parent2ec83428de7a876ecbbe484e1de42b73b5a40e25 (diff)
examples/main README improvements and some light refactoring (#1131)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bf2cc1..44cf721 100644
--- a/README.md
+++ b/README.md
@@ -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.
![image](https://user-images.githubusercontent.com/1991296/224575029-2af3c7dc-5a65-4f64-a6bb-517a532aea38.png)