aboutsummaryrefslogtreecommitdiff
path: root/examples/alpaca.sh
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 /examples/alpaca.sh
parent459e93cce07cab9052c06b5bf360819893442e1e (diff)
Move chat scripts into "./examples"
Diffstat (limited to 'examples/alpaca.sh')
-rwxr-xr-xexamples/alpaca.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/alpaca.sh b/examples/alpaca.sh
new file mode 100755
index 0000000..4c9aa50
--- /dev/null
+++ b/examples/alpaca.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+#
+# Temporary script - will be removed in the future
+#
+
+cd `dirname $0`
+cd ..
+
+./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins -b 256 --top_k 10000 --temp 0.2 --repeat_penalty 1 -t 7