From: Georgi Gerganov Date: Sun, 19 Mar 2023 19:58:51 +0000 (+0200) Subject: Rename script X-Git-Tag: gguf-v0.4.0~1197 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4545539d718cf88f4c3a76669b8ac2e26cd8a1e5;p=pkg%2Fggml%2Fsources%2Fllama.cpp Rename script --- diff --git a/alpaca.sh b/alpaca.sh new file mode 100755 index 00000000..284989bc --- /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 index 284989bc..00000000 --- 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