Update HTTP link to model to point to the latest Jazzy model (in the CLI-only build section) (#78)

pull/520/head
Tom Jobbins 1 year ago committed by GitHub
parent 65abaa19e5
commit 154f35ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ mkdir build
cd build cd build
cmake .. cmake ..
cmake --build . --parallel 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. ./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: ### Instruction:
Tell me about artifical intelligence Tell me about artifical intelligence

Loading…
Cancel
Save