mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 13:41:08 +00:00
Update README.md
This commit is contained in:
parent
727a74de6c
commit
84ffd801ec
18
README.md
18
README.md
@ -66,24 +66,6 @@ mv /path/to/ggml-model-q4_0.bin .
|
|||||||
./chat
|
./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
|
## To get Qt installed for your system
|
||||||
|
|
||||||
* Highly advise using the official Qt online open source installer.
|
* Highly advise using the official Qt online open source installer.
|
||||||
|
Loading…
Reference in New Issue
Block a user