From 04f7dbb395ea22a81b53e33fb089d39ea5516b0f Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sat, 8 Apr 2023 23:53:24 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 289f3fbf..ba8235cb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,22 @@ GPT-J model. * The UI is made to look and feel like you've come to expect from a chatty gpt * Easy to install... The plan is to create precompiled binaries for major platforms with easy installer including model +## Building + +* Install Qt 6.x for your platform https://doc.qt.io/qt-6/get-and-install-qt.html +* Install cmake for your platform https://cmake.org/install/ +* Clone this repo ```git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git``` +* ```cd gpt4all-chat + mkdir build + cd build + cmake .. + cmake --build . --parallel``` + +## Running + +* Simply place the appropriate model file named ```ggml-model-q4_0.bin``` in the same directory as the exe produced above and start the exe + ## Contributing * Pull requests welcome :) +