llama.cpp/examples/alpaca.sh
2023-03-25 20:37:09 +02:00

11 lines
226 B
Bash
Executable file

#!/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