fix conflict
This commit is contained in:
parent
e6468f95c1
commit
10e73b08be
1 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,9 @@
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
./main --color --instruct --threads 6 \
|
./main --color --instruct --threads 4 \
|
||||||
--model ./models/gpt4all.bin \
|
--model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \
|
||||||
--batch_size 8 --ctx_size 2048 \
|
--file ./prompts/alpaca.txt \
|
||||||
|
--batch_size 8 --ctx_size 2048 -n -1 \
|
||||||
--repeat_last_n 64 --repeat_penalty 1.3 \
|
--repeat_last_n 64 --repeat_penalty 1.3 \
|
||||||
--n_predict 2048 --temp 0.1 --top_k 50 --top_p 0.99 --mlock
|
--n_predict 128 --temp 0.1 --top_k 40 --top_p 0.95
|
Loading…
Add table
Add a link
Reference in a new issue