From c8fa0345cdfeec9731e97fff1a8b028f938d05e2 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 28 Mar 2023 16:23:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d05fddf..41873c42 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ You can download pre-compiled LLaMa C++ Interactive Chat binaries here: and the 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! +To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/alpaca.cpp) repo. # Reproducibility