From 2fec742c36c6ebf97a84f0a06b8763887b167fa5 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 28 Mar 2023 16:42:30 -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 097a8e65..3a0c201e 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Clone this repository down and download the CPU quantized gpt4all model. 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 +- `./chat/gpt4all-lora-quantized-OSX-m1` on Mac/OSX +- `./chat/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.