From 1e698d79e2cdbde56fd4b7675a6e51a964c1491b Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 28 Mar 2023 16:38:17 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f8b32f7..5bd6255e 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ # Try it yourself -You can download pre-compiled GPT4ALL Interactive Chat binaries here: -- [OSX](https://s3.amazonaws.com/static.nomic.ai/gpt4all/models/gpt4all-lora-quantized-OSX-m1) -- [Intel/Windows]() -and the model +Clone this repository down, go the `chat` directory and download the CPU quantized gpt4all model. - [gpt4all-quantized](https://s3.amazonaws.com/static.nomic.ai/gpt4all/models/gpt4all-lora-quantized.bin) -Place the binary and quantized model in the same directory and start chatting! +Place the quantized model in the `chat` directory and start chatting by running: + +- `./gpt4all-lora-quantized-OSX-m1` on Mac/OSX +- `./gpt4all-lora-quantized-linux-x86` on Windows/Linux To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo.