Files
llama.cpp/examples/alpaca.sh
T

20 lines
336 B
Bash
Raw Normal View History

2023-03-19 21:57:28 +02:00
#!/bin/bash
2023-03-25 20:36:52 +02:00
2023-03-19 21:57:28 +02:00
#
# Temporary script - will be removed in the future
#
2023-03-25 20:36:52 +02:00
cd `dirname $0`
cd ..
2023-07-06 09:17:50 -07:00
./main -m ./models/alpaca.13b.ggmlv3.q8_0.bin \
--color \
-f ./prompts/alpaca.txt \
--ctx_size 2048 \
-n -1 \
-ins -b 256 \
--top_k 10000 \
--temp 0.2 \
--repeat_penalty 1.1 \
-t 7