Starting gpt4all

This commit is contained in:
pudepiedj 2023-10-04 17:31:15 +01:00
parent a847676984
commit 5a5a71d7bd

View file

@ -7,7 +7,7 @@
cd `dirname $0` cd `dirname $0`
cd .. cd ..
./main --color --instruct --threads 4 \ ./build/bin/main --color --instruct --threads 4 \
--model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \ --model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \
--file ./prompts/alpaca.txt \ --file ./prompts/alpaca.txt \
--batch_size 8 --ctx_size 2048 -n -1 \ --batch_size 8 --ctx_size 2048 -n -1 \