From dcf844351d1a18050b85a31e5cec8bdf5437bc81 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 28 Mar 2023 16:31:53 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8bb79ec..7f8b32f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Try it yourself -You can download pre-compiled LLaMa C++ Interactive Chat binaries here: +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]() @@ -20,7 +20,7 @@ and the model 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. +To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo. # Reproducibility