From 26b1402b7c9f73e9f061192299f7341c28d076a6 Mon Sep 17 00:00:00 2001 From: Tom Jobbins <784313+TheBloke@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:15:07 +0100 Subject: [PATCH] Update HTTP link to model to point to the latest Jazzy model (in the CLI-only build section) (#78) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adfbbf6..10ded11d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ mkdir build cd build cmake .. cmake --build . --parallel -wget https://gpt4all.io/models/ggml-gpt4all-j.bin # Download GGML model if required +wget https://gpt4all.io/models/ggml-gpt4all-j-v1.2-jazzy.bin # Download GGML model if you don't already have it. ./bin/gpt-j -m ggml-gpt4all-j.bin -n 200 --top_k 40 --top_p 0.9 -b 9 --temp 0.9 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Tell me about artifical intelligence