Immediately start processing the prompt before user input has been provided (#476)
This commit is contained in:
parent
7a9b6c3a8b
commit
04c6f5ed6f
4 changed files with 13 additions and 7 deletions
|
@ -3,4 +3,4 @@
|
|||
# Temporary script - will be removed in the future
|
||||
#
|
||||
|
||||
./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins --top_k 10000 --temp 0.2 --repeat_penalty 1 -t 7
|
||||
./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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue