From a03bac57bf3d0fe9994cf5f2ee5dd416004ebf85 Mon Sep 17 00:00:00 2001 From: TheBloke Date: Sun, 16 Apr 2023 12:45:52 +0100 Subject: [PATCH] Fix repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 230f620a..554723c1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ GPT-J model by following build instructions below. * Download https://huggingface.co/EleutherAI/gpt-j-6b * Clone this repo and build ``` -git clone --recurse-submodules https://github.com/nomic-ai/gpt4all +git clone --recurse-submodules https://github.com/nomic-ai/gpt4all-chat cd gpt4all-chat mkdir build cd build @@ -56,7 +56,7 @@ python3 ../ggml/examples/gpt-j/convert-h5-to-ggml.py /path/to/your/local/copy/of * Install cmake for your platform https://cmake.org/install/ * Clone this repo and build the `ggml` subfolder ``` -git clone --recurse-submodules https://github.com/nomic-ai/gpt4all +git clone --recurse-submodules https://github.com/nomic-ai/gpt4all-chat cd gpt4all-chat/ggml mkdir build cd build