From 6a9b3fc3f7aabd1cce0fb569e612fe739da8b046 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Fri, 31 Mar 2023 12:29:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e17c65fe..02f55f92 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here's how to get started with the CPU quantized gpt4all model checkpoint: - Windows (PowerShell): `cd chat;./gpt4all-lora-quantized-win64.exe` - Intel Mac/OSX: `cd chat;./gpt4all-lora-quantized-OSX-intel` -For custom hardware compilation, see our [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repository. +For custom hardware compilation, see our [llama.cpp](https://github.com/zanussbaum/gpt4all.cpp) fork. -----------