From 79479bd20145c87143d9c29455bd567bc71110ad Mon Sep 17 00:00:00 2001 From: at8u <129688334+at8u@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:20:54 +0100 Subject: [PATCH] Miku.sh: Set default model to llama-2-7b-chat --- examples/Miku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Miku.sh b/examples/Miku.sh index c44d9ae74..b12881020 100755 --- a/examples/Miku.sh +++ b/examples/Miku.sh @@ -2,7 +2,7 @@ set -e AI_NAME="${AI_NAME:-Miku}" -MODEL="${MODEL:-./models/gpt4all-7B/gpt4all-lora-unfiltered-quantized.bin}" +MODEL="${MODEL:-./models/llama-2-7b-chat.ggmlv3.q4_K_M.bin}" USER_NAME="${USER_NAME:-Anon}" # Uncomment and adjust to the number of CPU cores you want to use.