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-03-24 23:17:58 +02:00
|
|
|
./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
|