From 5a5a71d7bdf70ac0d72711bcb6e1ae30d3ac5c7e Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Wed, 4 Oct 2023 17:31:15 +0100 Subject: [PATCH] Starting gpt4all --- examples/gpt4all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gpt4all.sh b/examples/gpt4all.sh index 5fd739e55..92f1e372b 100755 --- a/examples/gpt4all.sh +++ b/examples/gpt4all.sh @@ -7,7 +7,7 @@ cd `dirname $0` cd .. -./main --color --instruct --threads 4 \ +./build/bin/main --color --instruct --threads 4 \ --model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \ --file ./prompts/alpaca.txt \ --batch_size 8 --ctx_size 2048 -n -1 \