Move chat scripts into "./examples"

This commit is contained in:
Georgi Gerganov
2023-03-25 20:36:52 +02:00
parent 459e93cce0
commit 55ad42af84
4 changed files with 13 additions and 2 deletions

10
examples/alpaca.sh Executable file
View File

@@ -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

10
examples/chat.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
#
# Temporary script - will be removed in the future
#
cd `dirname $0`
cd ..
./main -m ./models/7B/ggml-model-q4_0.bin -b 128 -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt