aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-03-25 20:36:52 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2023-03-25 20:37:09 +0200
commit55ad42af845127bd0eb0c1f36f327ecec83f4bca (patch)
treed87c9b0b19a669977fe7cbaaafdaa4e613078f62 /README.md
parent459e93cce07cab9052c06b5bf360819893442e1e (diff)
Move chat scripts into "./examples"
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a84324..9ba6241 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,10 @@ Here is an example few-shot interaction, invoked with the command
```bash
# default arguments using 7B model
-./chat.sh
+./examples/chat.sh
+
+# advanced chat with 13B model
+./examples/chat-13B.sh
# custom arguments using 13B model
./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
@@ -195,7 +198,7 @@ Note the use of `--color` to distinguish between user input and generated text.
2. Run the `main` tool like this:
```
-./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins
+./examples/alpaca.sh
```
Sample run: