From c66d7bf1ae546e7f0da6b88b16b06f1c769034cd Mon Sep 17 00:00:00 2001 From: Matthieu Talbot Date: Mon, 24 Apr 2023 15:02:59 +0200 Subject: [PATCH] Fix cli tools instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d15ccfad..86f71443 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ cd build cmake .. cmake --build . --parallel 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. +./bin/gpt-j -m ggml-gpt4all-j-v1.2-jazzy.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 ### Response:"