Skip to content

Commit edeba28

Browse files
committed
Add temporary helper script for Alpaca chat
1 parent 5c19c70 commit edeba28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chat.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
#
3+
# Temporary script - will be removed in the future
4+
#
5+
6+
./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

0 commit comments

Comments
 (0)