diff --git a/README.md b/README.md index 86f71443..a6be85bf 100644 --- a/README.md +++ b/README.md @@ -66,24 +66,6 @@ mv /path/to/ggml-model-q4_0.bin . ./chat ``` -## Building and running CLI tools only (no Qt required) - -* Install cmake for your platform https://cmake.org/install/ -* Clone this repo and build the `ggml` subfolder -``` -git clone --recurse-submodules https://github.com/nomic-ai/gpt4all-chat -cd gpt4all-chat/ggml -mkdir build -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-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:" -``` - ## To get Qt installed for your system * Highly advise using the official Qt online open source installer.