mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-26 07:23:38 +00:00
Fix cli tools instructions
This commit is contained in:
parent
29e3e04fcf
commit
4cf7e122a9
@ -78,7 +78,7 @@ cd build
|
|||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --parallel
|
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.
|
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:
|
### Instruction:
|
||||||
Tell me about artifical intelligence
|
Tell me about artifical intelligence
|
||||||
### Response:"
|
### Response:"
|
||||||
|
Loading…
Reference in New Issue
Block a user