]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Rename script
authorGeorgi Gerganov <redacted>
Sun, 19 Mar 2023 19:58:51 +0000 (21:58 +0200)
committerGeorgi Gerganov <redacted>
Sun, 19 Mar 2023 19:58:51 +0000 (21:58 +0200)
alpaca.sh [new file with mode: 0755]
chat.sh [deleted file]

diff --git a/alpaca.sh b/alpaca.sh
new file mode 100755 (executable)
index 0000000..284989b
--- /dev/null
+++ b/alpaca.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# Temporary script - will be removed in the future
+#
+
+./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins --top_k 10000 --temp 0.96 --repeat_penalty 1 -t 7
diff --git a/chat.sh b/chat.sh
deleted file mode 100755 (executable)
index 284989b..0000000
--- a/chat.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-#
-# Temporary script - will be removed in the future
-#
-
-./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins --top_k 10000 --temp 0.96 --repeat_penalty 1 -t 7